Skip to content

Commit 8be949a

Browse files
committed
Merge branch 'copilot/fix-formatting-check-failure' into labeller-experimentation
2 parents 62b5822 + 6b08d10 commit 8be949a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/Label.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Label breaking changes for semantic versioning
22

3-
on: [pull_request_target] # run on the merge target branch instead of the merge commit to grant pull-requests:write permission
3+
on:
4+
pull_request_target: # run on the merge target branch instead of the merge commit to grant pull-requests:write permission
45
jobs:
56
Label:
67
runs-on: windows-latest
@@ -59,4 +60,4 @@ jobs:
5960
6061
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"
6162
Write-Output "Added '$($labels -join ', ')' label(s) to PR #${{ github.event.pull_request.number }}"
62-
shell: pwsh
63+
shell: pwsh

0 commit comments

Comments
 (0)