Skip to content

Commit bb589e3

Browse files
authored
ci(dependencies): add pre-commit PRs to project
1 parent 31e1f31 commit bb589e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-project-dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
add-to-project-dependabot:
99
runs-on: ubuntu-latest
1010
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
11-
if: github.actor == 'dependabot[bot]'
11+
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
1212
steps:
1313
- uses: actions/add-to-project@main
1414
with:

0 commit comments

Comments
 (0)