Skip to content

Commit 03b953f

Browse files
authored
Fix broken labeler by adding missing GitHub token (#1735)
1 parent d002bd8 commit 03b953f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/labeler.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ jobs:
1212
- uses: actions/labeler@v5
1313
- if: github.event.pull_request.user.login == 'dependabot[bot]'
1414
run: gh pr edit ${{ github.event.pull_request.number }} --add-label "generated"
15+
env:
16+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)