We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d801a commit 899db55Copy full SHA for 899db55
.github/workflows/labeler-community.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Add the 'community' label
21
env:
22
PR_NUMBER: ${{ github.event.pull_request.number }}
23
+ GH_TOKEN: ${{ github.token }}
24
run: |
25
echo "Adding 'community' label to the PR"
- gh pr edit "$PR_NUMBER" --add-label community
26
+ gh pr edit "$PR_NUMBER" --add-label community
0 commit comments