forked from aws-powertools/powertools-lambda-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmergify.yml
More file actions
30 lines (28 loc) · 886 Bytes
/
mergify.yml
File metadata and controls
30 lines (28 loc) · 886 Bytes
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
## Temporarily disabled after Mergify breaking changes
## might move to custom GitHub Actions altogether
# queue_rules:
# - name: default
# conditions:
# # Conditions to get out of the queue (= merged)
# - check-success=Semantic Pull Request
# - "#approved-reviews-by>=1"
# - -title~=(WIP|wip)
# - -label~="do-not-merge"
# - "#changes-requested-reviews-by=0"
# pull_request_rules:
# - name: automatic merge for Dependabot pull requests
# conditions:
# - author~=^dependabot(|-preview)\[bot\]$
# actions:
# queue:
# name: default
# method: squash
# commit_message: title+body
# - name: Automatic merge ⬇️ on approval ✔
# conditions:
# - "#approved-reviews-by>=2"
# actions:
# queue:
# name: default
# method: squash
# commit_message: title+body