Skip to content

Commit f720559

Browse files
authored
chore(ci): disable mergify configuration after breaking changes (aws-powertools#1188)
1 parent a6db70c commit f720559

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

.github/mergify.yml

+29-27
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
1-
queue_rules:
2-
- name: default
3-
conditions:
4-
# Conditions to get out of the queue (= merged)
5-
- check-success=Semantic Pull Request
6-
- "#approved-reviews-by>=1"
7-
- -title~=(WIP|wip)
8-
- -label~="do-not-merge"
9-
- "#changes-requested-reviews-by=0"
1+
## Temporarily disabled after Mergify breaking changes
2+
## might move to custom GitHub Actions altogether
3+
# queue_rules:
4+
# - name: default
5+
# conditions:
6+
# # Conditions to get out of the queue (= merged)
7+
# - check-success=Semantic Pull Request
8+
# - "#approved-reviews-by>=1"
9+
# - -title~=(WIP|wip)
10+
# - -label~="do-not-merge"
11+
# - "#changes-requested-reviews-by=0"
1012

11-
pull_request_rules:
12-
- name: automatic merge for Dependabot pull requests
13-
conditions:
14-
- author~=^dependabot(|-preview)\[bot\]$
15-
actions:
16-
queue:
17-
name: default
18-
method: squash
19-
commit_message: title+body
13+
# pull_request_rules:
14+
# - name: automatic merge for Dependabot pull requests
15+
# conditions:
16+
# - author~=^dependabot(|-preview)\[bot\]$
17+
# actions:
18+
# queue:
19+
# name: default
20+
# method: squash
21+
# commit_message: title+body
2022

21-
- name: Automatic merge ⬇️ on approval ✔
22-
conditions:
23-
- base!=master
24-
- "#approved-reviews-by>=2"
25-
actions:
26-
queue:
27-
name: default
28-
method: squash
29-
commit_message: title+body
23+
# - name: Automatic merge ⬇️ on approval ✔
24+
# conditions:
25+
# - base!=master
26+
# - "#approved-reviews-by>=2"
27+
# actions:
28+
# queue:
29+
# name: default
30+
# method: squash
31+
# commit_message: title+body

0 commit comments

Comments
 (0)