Skip to content

Commit

Permalink
ci(dependencies): add pre-commit PRs to project
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 17, 2024
1 parent 31e1f31 commit bb589e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project-dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
add-to-project-dependabot:
runs-on: ubuntu-latest
# see https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#responding-to-events
if: github.actor == 'dependabot[bot]'
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
steps:
- uses: actions/add-to-project@main
with:
Expand Down

0 comments on commit bb589e3

Please sign in to comment.