Skip to content

Commit

Permalink
Merge pull request #1143 from public-awesome/mergify/configuration-de…
Browse files Browse the repository at this point in the history
…precated-update

ci(mergify): upgrade configuration to current format
  • Loading branch information
jhernandezb authored Dec 2, 2024
2 parents 6a7c5b9 + e9d08cb commit 6ed06be
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
queue_rules:
- name: default
conditions:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to main if approved and labeled
conditions:
queue_conditions:
- "#approved-reviews-by>1"
- base=main
- label=automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_conditions:
- "#approved-reviews-by>1"
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: backport to v13
conditions:
- base=main
Expand Down Expand Up @@ -120,3 +116,7 @@ pull_request_rules:
backport:
branches:
- release/v1.x
- name: automerge to main if approved and labeled
conditions: []
actions:
queue:

0 comments on commit 6ed06be

Please sign in to comment.