Skip to content

Commit

Permalink
add mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 15, 2020
1 parent 977f2ed commit 76e54c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
pull_request_rules:

- name: warn on conflicts
conditions:
- conflict
actions:
comment:
message: This pull request is now in conflict... :(

- name: add core reviewer
conditions:
# number of review approvals
- "#approved-reviews-by<3"
actions:
request_reviews:
users:
- Borda

0 comments on commit 76e54c1

Please sign in to comment.