Skip to content

Commit cebff7c

Browse files
committed
restore needs release notes
1 parent be37154 commit cebff7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/needs_release_notes.yml

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

66
jobs:
77
labeler:
8-
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
8+
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }}
99
permissions:
1010
contents: read
1111
pull-requests: write

0 commit comments

Comments
 (0)