Skip to content

Commit

Permalink
chore(ci): add mergify config file (aws#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGL321 authored Aug 1, 2019
1 parent 3b794ea commit ed462c1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# See https://doc.mergify.io

pull_request_rules:
- name: auto_merge
conditions:
- -title~=(WIP|wip)
- -merged
- -closed
- -locked
- -label=blocked
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- status-success=AWS CodeBuild us-east-1 (aws-cdk-build)
actions:
merge:
method: squash
strict: smart

0 comments on commit ed462c1

Please sign in to comment.