SCSCANGHA-40 Autoclose issues created by Jira integration (#104)

This commit is contained in:
Pavel Mikula 2025-03-10 10:44:35 +01:00 committed by GitHub
commit b42848bfda
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