Skip to content

Commit 4f080e4

Browse files
authored
[ci] Also give permissions on pull_requests (#32709)
Missed one --- [//]: # (BEGIN SAPLING FOOTER) Stack created with [Sapling](https://sapling-scm.com). Best reviewed with [ReviewStack](https://reviewstack.dev/facebook/react/pull/32709). * #32708 * __->__ #32709
1 parent fe8c106 commit 4f080e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/shared_label_core_team_prs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
needs: check_maintainer
2626
permissions:
27-
# Used to add labels
27+
# Used to add labels on issues
2828
issues: write
29+
# Used to add labels on PRs
30+
pull-requests: write
2931
steps:
3032
- name: Label PR as React Core Team
3133
uses: actions/github-script@v7

0 commit comments

Comments
 (0)