Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and benjeffery committed Jan 7, 2025
1 parent 057435c commit 31880ed
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- "-merged"
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- base=main
- label=AUTOMERGE-REQUESTED
- status-success=Lint
- "status-success=ci/circleci: build"
pull_request_rules:
- name: Automatic rebase, CI and merge
conditions:
- "-merged"
merge_conditions:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- base=main
- label=AUTOMERGE-REQUESTED
- status-success=Lint
- "status-success=ci/circleci: build"
actions:
queue:
name: default
method: rebase
update_method: rebase
update_method: rebase
merge_method: rebase

pull_request_rules:
- name: Remove label after merge
conditions:
- merged
Expand All @@ -29,3 +25,7 @@ pull_request_rules:
label:
remove:
- AUTOMERGE-REQUESTED
- name: Automatic rebase, CI and merge
conditions: []
actions:
queue:

0 comments on commit 31880ed

Please sign in to comment.