We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d002bd8 commit 03b953fCopy full SHA for 03b953f
.github/workflows/labeler.yml
@@ -12,3 +12,5 @@ jobs:
12
- uses: actions/labeler@v5
13
- if: github.event.pull_request.user.login == 'dependabot[bot]'
14
run: gh pr edit ${{ github.event.pull_request.number }} --add-label "generated"
15
+ env:
16
+ GH_TOKEN: ${{ github.token }}
0 commit comments