We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8c106 commit 4f080e4Copy full SHA for 4f080e4
.github/workflows/shared_label_core_team_prs.yml
@@ -24,8 +24,10 @@ jobs:
24
runs-on: ubuntu-latest
25
needs: check_maintainer
26
permissions:
27
- # Used to add labels
+ # Used to add labels on issues
28
issues: write
29
+ # Used to add labels on PRs
30
+ pull-requests: write
31
steps:
32
- name: Label PR as React Core Team
33
uses: actions/github-script@v7
0 commit comments