Skip to content

Commit 1fa1876

Browse files
otaviomacedoOtavio Macedo
andauthored
chore: replaced merge action with a queue action (#17052)
Co-authored-by: Otavio Macedo <[email protected]>
1 parent 403d3ce commit 1fa1876

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.mergify.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# See https://doc.mergify.io
2+
queue_rules:
3+
- name: default
4+
conditions:
5+
- status-success~=AWS CodeBuild us-east-1
26

37
pull_request_rules:
48
- name: label core
@@ -12,10 +16,9 @@ pull_request_rules:
1216
actions:
1317
comment:
1418
message: Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to [allow changes to be pushed to your fork](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork)).
15-
merge:
16-
strict: smart
19+
queue:
20+
name: default
1721
method: squash
18-
strict_method: merge
1922
commit_message: title+body
2023
conditions:
2124
- base!=release

0 commit comments

Comments
 (0)