Skip to content

Commit

Permalink
temporary suspend master update (#6017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Feb 16, 2021
1 parent fcfa7fa commit a22ec15
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ pull_request_rules:
label:
remove: [ "has conflicts" ]

- name: update PR
conditions:
- -conflict
- -draft # filter-out GH draft PRs
- base=master # apply only on master
- -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case)
- "#approved-reviews-by>=3" # number of review approvals
actions:
update: {}
#- name: update PR
# conditions:
# - -conflict
# - -draft # filter-out GH draft PRs
# - base=master # apply only on master
# - -title~=(?i)wip # skip all PR that title contains “WIP” (ignoring case)
# - "#approved-reviews-by>=3" # number of review approvals
# actions:
# update: {}

- name: add core reviewer
conditions:
Expand Down

0 comments on commit a22ec15

Please sign in to comment.