Skip to content

Commit

Permalink
Merge pull request #198 from agimus-project/mergify
Browse files Browse the repository at this point in the history
setup mergify
  • Loading branch information
nim65s authored Nov 26, 2024
2 parents 7ee7c98 + 468315e commit ef3213e
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 ef3213e

Please sign in to comment.