Skip to content

Commit 93310ce

Browse files
committed
chore(ci): grant pull-requests write to issue labeler workflow
Labeling pull requests requires pull-requests: write, not just issues: write. Regression from #9058 when GH_TOKEN was replaced with scoped GITHUB_TOKEN.
1 parent 34fce0e commit 93310ce

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/issue-labels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66

77
permissions:
88
issues: write
9+
pull-requests: write
910

1011
jobs:
1112
label-op-response:

0 commit comments

Comments
 (0)