Skip to content

Commit

Permalink
chore(merge-queue): adding a new merge queue to tackle priority PR
Browse files Browse the repository at this point in the history
  • Loading branch information
shikha372 committed Feb 4, 2025
1 parent 79183b6 commit 557690c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,32 @@ queue_rules:
{{ body }}
- name: default-squash
update_method: merge
merge_method: squash
conditions:
- base!=release
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge|no-squash|priority-pr)
- -merged
- -closed
- "#approved-reviews-by>=1"
- -approved-reviews-by~=author
# This is important! It makes the PR Linter work.
- "#changes-requested-reviews-by=0"
- status-success~=AWS CodeBuild us-east-1
- status-success=validate-pr
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
- name: priority-squash
update_method: merge
merge_method: squash
conditions:
- base!=release
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge|no-squash)
- label~=priority-pr
- -merged
- -closed
- "#approved-reviews-by>=1"
Expand Down

0 comments on commit 557690c

Please sign in to comment.