We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815fea0 commit b162460Copy full SHA for b162460
.github/workflows/label-commenter.yml
@@ -26,5 +26,5 @@ jobs:
26
with:
27
# The individual PAT is needed so commenter can auto-executes on PRs from Forks
28
# It expires 4/1/2026
29
- github_token: ${{ secrets.LABEL_COMMENTER_PAT }}
+ github_token: ${{ secrets.PR_LABELER_PAT }}
30
config_file: .github/label-commenter-config.yml
0 commit comments