Skip to content

Commit

Permalink
CI: add pre-commit PRs to project (#2171)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Jun 17, 2024
2 parents 31e1f31 + bb589e3 commit 4622990
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 4622990

Please sign in to comment.