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 3a78ca5 commit 22d34e5Copy full SHA for 22d34e5
.github/workflows/labeler.yml
@@ -16,3 +16,8 @@ jobs:
16
sync-labels: true
17
configuration-path: .github/labeler.yml
18
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