We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bee3736 commit 7658bdcCopy full SHA for 7658bdc
.github/workflows/PullRequestClosed.yml
@@ -5,16 +5,15 @@ on:
5
types: [closed]
6
7
jobs:
8
- PullRequestMerged_job:
9
- name: Pull Request Merged
+ PullRequestClosed_job:
+ name: Pull Request Closed
10
runs-on: ubuntu-latest
11
permissions:
12
id-token: write
13
pull-requests: read
14
# For external PR, ticket should be moved manually
15
if: |
16
github.event.pull_request.head.repo.full_name == github.repository
17
- && github.event.pull_request.merged
18
steps:
19
- id: secrets
20
uses: SonarSource/vault-action-wrapper@v3
0 commit comments