Skip to content

Commit 5aff4cb

Browse files
authored
Skip labeler for bot PRs (#1271)
1 parent 13f7d0d commit 5aff4cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/needs_release_notes.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
jobs:
77
triage:
8+
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/labeler@main

0 commit comments

Comments
 (0)