forked from aws/amazon-ecs-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.mergify.yml
30 lines (29 loc) · 811 Bytes
/
.mergify.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pull_request_rules:
- name: Merge on CI success and review approval
conditions:
- base~=mainline
- "#approved-reviews-by>=1"
- approved-reviews-by=@aws/aws-ecs-devx
- status-success=continuous-integration/travis-ci/pr
- -approved-reviews-by~=author
- -title~=(WIP|wip)
- -merged
- -closed
- -label~=(WIP|do-not-merge)
actions:
merge:
method: squash
strict: smart
strict_method: merge
- name: Automatically approve Dependabot PRs
conditions:
- base=mainline
- status-success=continuous-integration/travis-ci/pr
- author~=^dependabot(|-preview)\[bot\]$
- -title~=(WIP|wip)
- -label~=(WIP|do-not-merge)
- -merged
- -closed
actions:
merge:
method: merge