We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be37154 commit cebff7cCopy full SHA for cebff7c
.github/workflows/needs_release_notes.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
labeler:
8
- if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
+ if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
9
permissions:
10
contents: read
11
pull-requests: write
0 commit comments