Skip to content

Commit 899db55

Browse files
authored
chore(github): refactor community labeler (#9077)
1 parent 22d801a commit 899db55

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/labeler-community.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- name: Add the 'community' label
2121
env:
2222
PR_NUMBER: ${{ github.event.pull_request.number }}
23+
GH_TOKEN: ${{ github.token }}
2324
run: |
2425
echo "Adding 'community' label to the PR"
25-
gh pr edit "$PR_NUMBER" --add-label community
26+
gh pr edit "$PR_NUMBER" --add-label community

0 commit comments

Comments
 (0)