Autoclose issues created by Jira integration (#4722)
This will enable the automation to close issues that it created, to keep things more cleaned up. Manually created issues will not be affected.
This commit is contained in:
parent
805318ee1b
commit
c9e1585367
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
|
||||
if: |
|
||||
github.event.pull_request.head.repo.full_name == github.repository
|
||||
&& github.event.pull_request.merged
|
||||
steps:
|
||||
- id: secrets
|
||||
uses: SonarSource/vault-action-wrapper@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user