Skip to content

Commit

Permalink
setup mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Nov 26, 2024
1 parent 7ee7c98 commit 468315e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
pull_request_rules:
- name: merge automatically bot PR when CI pass
conditions:
- check-success = "conda (3.10)"
- check-success = "conda (3.12)"
- check-success = "pip (3.10)"
- check-success = "pip (3.12)"
- check-success = "uv (3.10)"
- check-success = "uv (3.12)"
- check-success = "pre-commit.ci - pr"
- or:
- author = pre-commit-ci[bot]
- author = dependabot[bot]
actions:
merge:

0 comments on commit 468315e

Please sign in to comment.