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 13f7d0d commit 5aff4cbCopy full SHA for 5aff4cb
.github/workflows/needs_release_notes.yml
@@ -5,6 +5,7 @@ on:
5
6
jobs:
7
triage:
8
+ if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/labeler@main
0 commit comments