Skip to content

Commit

Permalink
Refactored mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
5h15h4k1n9 committed Mar 8, 2023
1 parent 7335463 commit e8c7a6c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
pull_request_rules:
- name: Automatic merge to master on successful build if it's not WIP
conditions:
- base=master
- check-success=build
- check-success=test
- -title~=(?i)wip
actions:
merge:
method: merge
delete_head_branch:
assign:
add_users:
- 5h15h4k1n9
# - name: Automatic merge to master on successful build if it's not WIP
# conditions:
# - base=master
# - check-success=build
# - check-success=test
# - -title~=(?i)wip
# actions:
# merge:
# method: merge
# assign:
# add_users:
# - 5h15h4k1n9
- name: Add `kotlin` label, if files associated with Kotlin were changed
conditions:
- or:
Expand Down

0 comments on commit e8c7a6c

Please sign in to comment.