forked from awslabs/amazon-ecs-local-container-endpoints
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mergify
34 lines (33 loc) · 869 Bytes
/
.mergify
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
31
32
33
pull_request_rules:
- name: Merge on CI success and review approval
conditions:
- base~=(mainline|rename-commands)
- "#approved-reviews-by>=1"
- approved-reviews-by=@aws/aws-ecs-devx
- -approved-reviews-by~=author
- -label~=(WIP|do-not-merge)
- -title~=(WIP|wip)
- -merged
- -closed
- author!=dependabot[bot]
actions:
merge:
method: squash
strict: smart
strict_method: merge
commit_message: title+body
- name: Automatically approve and merge Dependabot PRs
conditions:
- base=mainline
- author=dependabot[bot]
- -title~=(WIP|wip)
- -label~=(WIP|do-not-merge)
- -merged
- -closed
actions:
review:
type: APPROVE
merge:
method: squash
strict: smart+fasttrack
strict_method: merge