Skip to content

Commit

Permalink
Fix broken labeler by adding missing GitHub token (#1735)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck authored Sep 5, 2024
1 parent d002bd8 commit 03b953f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
- uses: actions/labeler@v5
- if: github.event.pull_request.user.login == 'dependabot[bot]'
run: gh pr edit ${{ github.event.pull_request.number }} --add-label "generated"
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 03b953f

Please sign in to comment.