Skip to content

Commit 653a6f3

Browse files
committed
[ci] Add missing permissions for labeling core team PRs
Missed this one earlier.
1 parent daee085 commit 653a6f3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/shared_label_core_team_prs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
if: ${{ needs.check_maintainer.outputs.is_core_team == 'true' }}
2121
runs-on: ubuntu-latest
2222
needs: check_maintainer
23+
permissions:
24+
# Used by check_maintainer
25+
contents: read
26+
# Used to add labels
27+
issues: write
2328
steps:
2429
- name: Label PR as React Core Team
2530
uses: actions/github-script@v7

0 commit comments

Comments
 (0)