Spaces:
Running
Running
mergify[bot]
Mergify
commited on
:construction_worker: ci(mergify): upgrade configuration to the new format (#632)
Browse files- .mergify.yml +12 -7
.mergify.yml
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
- name:
|
| 3 |
-
|
| 4 |
- "#approved-reviews-by>=2"
|
| 5 |
- check-success=build (stable)
|
| 6 |
- check-success=CodeFactor
|
| 7 |
- check-success=Rust project
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
| 11 |
- name: automatic update of pull requests where more 5 commits behind
|
| 12 |
conditions:
|
| 13 |
- "#commits-behind>5"
|
|
@@ -17,4 +18,8 @@ pull_request_rules:
|
|
| 17 |
conditions:
|
| 18 |
- merged
|
| 19 |
actions:
|
| 20 |
-
delete_head_branch: {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
queue_rules:
|
| 2 |
+
- name: default
|
| 3 |
+
queue_conditions:
|
| 4 |
- "#approved-reviews-by>=2"
|
| 5 |
- check-success=build (stable)
|
| 6 |
- check-success=CodeFactor
|
| 7 |
- check-success=Rust project
|
| 8 |
+
merge_conditions: []
|
| 9 |
+
merge_method: squash
|
| 10 |
+
|
| 11 |
+
pull_request_rules:
|
| 12 |
- name: automatic update of pull requests where more 5 commits behind
|
| 13 |
conditions:
|
| 14 |
- "#commits-behind>5"
|
|
|
|
| 18 |
conditions:
|
| 19 |
- merged
|
| 20 |
actions:
|
| 21 |
+
delete_head_branch: {}
|
| 22 |
+
- name: Automatic merge on approval
|
| 23 |
+
conditions: []
|
| 24 |
+
actions:
|
| 25 |
+
queue:
|