mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 02:56:30 +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:
|
||||
name: Pull Request Created
|
||||
runs-on: ubuntu-latest
|
||||
environment: jira
|
||||
permissions:
|
||||
id-token: write
|
||||
# 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:
|
||||
name: Request review
|
||||
runs-on: ubuntu-latest
|
||||
environment: jira
|
||||
permissions:
|
||||
id-token: write
|
||||
# For external PR, ticket should be moved manually
|
||||
|
|
|
|||
Loading…
Reference in a new issue