We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62b5822 + 6b08d10 commit 8be949aCopy full SHA for 8be949a
1 file changed
.github/workflows/Label.yml
@@ -1,6 +1,7 @@
1
name: Label breaking changes for semantic versioning
2
3
-on: [pull_request_target] # run on the merge target branch instead of the merge commit to grant pull-requests:write permission
+on:
4
+ pull_request_target: # run on the merge target branch instead of the merge commit to grant pull-requests:write permission
5
jobs:
6
Label:
7
runs-on: windows-latest
@@ -59,4 +60,4 @@ jobs:
59
60
61
Invoke-RestMethod -Method Post -Uri "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels" -Headers $headers -Body $body -ContentType "application/json"
62
Write-Output "Added '$($labels -join ', ')' label(s) to PR #${{ github.event.pull_request.number }}"
- shell: pwsh
63
+ shell: pwsh
0 commit comments