Skip to content

Commit

Permalink
Merge pull request #702 from public-awesome/mergify/configuration-dep…
Browse files Browse the repository at this point in the history
…recated-update

ci(mergify): upgrade configuration to current format
  • Loading branch information
jhernandezb authored Dec 18, 2024
2 parents 5c94381 + df814cd commit 5081f02
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>2"

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

pull_request_rules:
- name: backport to v2
conditions:
- base=main
Expand All @@ -32,3 +28,7 @@ pull_request_rules:
backport:
branches:
- release/v3.x
- name: automerge to main if approved and labeled
conditions: []
actions:
queue:

0 comments on commit 5081f02

Please sign in to comment.