We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e1f31 commit bb589e3Copy full SHA for bb589e3
.github/workflows/add-to-project-dependabot.yml
@@ -8,7 +8,7 @@ jobs:
8
add-to-project-dependabot:
9
runs-on: ubuntu-latest
10
# 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]'
+ if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]'
12
steps:
13
- uses: actions/add-to-project@main
14
with:
0 commit comments