SQSCANGHA-86 Autoclose issues created by Jira integration (#179)

This commit is contained in:
Pavel Mikula 2025-03-10 10:47:13 +01:00 committed by GitHub
parent f932b663ac
commit 961628671d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,8 @@ on:
types: [closed]
jobs:
PullRequestMerged_job:
name: Pull Request Merged
PullRequestClosed_job:
name: Pull Request Closed
runs-on: ubuntu-latest
permissions:
id-token: write
@ -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