Skip to content

Commit

Permalink
Add rebase to on review, increasing reviewer to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
2pai committed Oct 2, 2019
1 parent 33bbce7 commit 336a800
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
pull_request_rules:
- name: automatic merge on review
conditions:
- "#approved-reviews-by>=1"
- "#approved-reviews-by>=2"
actions:
merge:
method: merge
method: merge
- name: automatic rebase on review
conditions:
- "#approved-reviews-by>=2"
- base=master
- files=src/store/listAnime.js
- "#files=1"
actions:
merge:
strict: true
method: rebase

1 comment on commit 336a800

@2pai
Copy link
Member Author

@2pai 2pai commented on 336a800 Oct 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit reference to this #34 issue

Please sign in to comment.