mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
NET-780 Test Jira integration
This commit is contained in:
parent
3fb3dff45b
commit
3a94eba586
2 changed files with 0 additions and 2 deletions
1
.github/workflows/PullRequestCreated.yml
vendored
1
.github/workflows/PullRequestCreated.yml
vendored
|
|
@ -8,7 +8,6 @@ jobs:
|
||||||
PullRequestCreated_job:
|
PullRequestCreated_job:
|
||||||
name: Pull Request Created
|
name: Pull Request Created
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: jira
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
# For external PR, ticket should be created manually
|
# For external PR, ticket should be created manually
|
||||||
|
|
|
||||||
1
.github/workflows/RequestReview.yml
vendored
1
.github/workflows/RequestReview.yml
vendored
|
|
@ -8,7 +8,6 @@ jobs:
|
||||||
RequestReview_job:
|
RequestReview_job:
|
||||||
name: Request review
|
name: Request review
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: jira
|
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
# For external PR, ticket should be moved manually
|
# For external PR, ticket should be moved manually
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue