Skip to content

Commit

Permalink
Merge pull request #134 from sphinx-contrib/mergify/dhellmann/config-…
Browse files Browse the repository at this point in the history
…update

ci(Mergify): configuration update
  • Loading branch information
dhellmann authored Dec 4, 2021
2 parents 4e404e6 + cd9c8b1 commit 583cb75
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
pull_request_rules:
- name: Automatic merge on approval
conditions:
- and:
- "check-success=build (docs)"
- "check-success=build (linter)"
- "check-success=build (spelling)"
- "check-success=django"
- "check-success=build (3.6)"
- "check-success=build (3.7)"
- "check-success=build (3.8)"
- "check-success=build (3.9)"
- "-draft"
- or:
- "approved-reviews-by=dhellmann"
- "author=dhellmann"
actions:
merge:
method: merge

0 comments on commit 583cb75

Please sign in to comment.