We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e8f03 commit 1192e1fCopy full SHA for 1192e1f
.github/workflows/too_many_good_first_prs.yml
@@ -69,5 +69,6 @@ jobs:
69
- name: 'Prevent contributors from opening too many "Good First PR"s'
70
env:
71
PR_NUMBER: ${{ github.event.pull_request.number }}
72
+ GITHUB_TOKEN: ${{ secrets.STDLIB_BOT_PAT_REPO_WRITE }}
73
run: |
74
. "$GITHUB_WORKSPACE/.github/workflows/scripts/rate_limit_contributions" $PR_NUMBER
0 commit comments