Skip to content

Commit 9616286

Browse files
SQSCANGHA-86 Autoclose issues created by Jira integration (#179)
1 parent f932b66 commit 9616286

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/PullRequestClosed.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ on:
55
types: [closed]
66

77
jobs:
8-
PullRequestMerged_job:
9-
name: Pull Request Merged
8+
PullRequestClosed_job:
9+
name: Pull Request Closed
1010
runs-on: ubuntu-latest
1111
permissions:
1212
id-token: write
1313
pull-requests: read
1414
# For external PR, ticket should be moved manually
1515
if: |
1616
github.event.pull_request.head.repo.full_name == github.repository
17-
&& github.event.pull_request.merged
1817
steps:
1918
- id: secrets
2019
uses: SonarSource/vault-action-wrapper@v3

0 commit comments

Comments
 (0)