Skip to content

Commit

Permalink
Add merge for pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Nov 25, 2024
1 parent 1b80696 commit 618819a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
merge:
runs-on: ubuntu-latest
needs: [test]
if: github.actor == 'dependabot[bot]' # Detect that the PR author is dependabot
if: github.actor == 'dependabot[bot]' || github.actor == 'pre-commit-ci[bot]' # Detect that the PR author is dependabot or pre-commit-ci
steps:
- uses: actions/checkout@v4
- name: Enable auto-merge for Dependabot PRs
Expand Down

0 comments on commit 618819a

Please sign in to comment.