Skip to content

Commit 3d914c6

Browse files
authored
Configurs automatic merging to the repo via mergify. (hardbyte#835)
Closes hardbyte#821
1 parent 30ef0c3 commit 3d914c6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.mergify.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
pull_request_rules:
2+
- name: Automatic merge on up to date branch with dual approval
3+
conditions:
4+
- "#approved-reviews-by>=2"
5+
- "status-success=continuous-integration/travis-ci/pr"
6+
- "label!=work-in-progress"
7+
actions:
8+
merge:
9+
method: merge
10+
strict: true

0 commit comments

Comments
 (0)