Skip to content

Commit

Permalink
chore(mergify): workflow updates (aws#4109)
Browse files Browse the repository at this point in the history
- Update to reflect issue with automatic dependabot merging
- Addition of label denoting core team member PRs
  • Loading branch information
NGL321 authored Oct 22, 2019
1 parent 09d89c3 commit 431fe08
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# See https://doc.mergify.io

pull_request_rules:
- name: label core
actions:
label:
add: [ contribution/core ]
conditions:
- author=(eladb|RomainMuller|garnaat|nija-at|shivlaks|skinny85|rix0rrr|NGL321|Jerry-AWS|SomayaB)
- -label~="contribution/core"
- name: automatic merge
actions:
comment:
Expand All @@ -11,8 +18,6 @@ pull_request_rules:
strict_method: merge
delete_head_branch: {}
conditions:
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
Expand Down

0 comments on commit 431fe08

Please sign in to comment.