Skip to content

Commit 22d34e5

Browse files
authored
Ignore dependabot and pre-commit-ci PR for release (#253)
1 parent 3a78ca5 commit 22d34e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/labeler.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
sync-labels: true
1717
configuration-path: .github/labeler.yml
1818
dot: true
19+
- uses: actions-ecosystem/action-add-labels@v1
20+
if: github.actor == 'dependabot[bot]' || github.actor == 'github-actions[bot]' || github.actor == 'pre-commit-ci[bot]'
21+
with:
22+
github_token: "${{ secrets.GITHUB_TOKEN }}"
23+
labels: ignore-for-release

0 commit comments

Comments
 (0)