Skip to content

Commit

Permalink
Configure mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsauer committed Nov 29, 2022
1 parent 7449419 commit f8f61a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pull_request_rules:
- name: automatic merge for pre-commit ci updates
# pre-commit ci won't automerge (see https://github.com/pre-commit-ci/issues/issues/48), but we're already trusting them, and it's worth automating away the manual merge.
conditions:
- author=pre-commit-ci[bot]
- title=[pre-commit.ci] pre-commit autoupdate
actions:
merge:
method: merge

0 comments on commit f8f61a3

Please sign in to comment.