mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-17 03:18:28 +00:00
Autoclose issues created by Jira integration
This commit is contained in:
parent
f932b663ac
commit
73e4db7a33
1 changed files with 0 additions and 1 deletions
1
.github/workflows/PullRequestClosed.yml
vendored
1
.github/workflows/PullRequestClosed.yml
vendored
|
|
@ -14,7 +14,6 @@ jobs:
|
||||||
# For external PR, ticket should be moved manually
|
# For external PR, ticket should be moved manually
|
||||||
if: |
|
if: |
|
||||||
github.event.pull_request.head.repo.full_name == github.repository
|
github.event.pull_request.head.repo.full_name == github.repository
|
||||||
&& github.event.pull_request.merged
|
|
||||||
steps:
|
steps:
|
||||||
- id: secrets
|
- id: secrets
|
||||||
uses: SonarSource/vault-action-wrapper@v3
|
uses: SonarSource/vault-action-wrapper@v3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue