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] committed Nov 25, 2024
1 parent f1e3e88 commit 1349998
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

pull_request_rules:
- name: self-assign PRs
conditions:
Expand All @@ -9,18 +10,17 @@ pull_request_rules:
add_users:
- "{{ author }}"
- name: automatic queue when not WIP, CI passes, and at least 1 approving review
conditions:
- "#approved-reviews-by>=1"
- check-success=test (3.10)
# - check-success=build-and-push-image
- base=main
- label!=work-in-progress
conditions: []
actions:
queue:
method: squash
name: default
queue_rules:
- name: default
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
- check-success=test (3.10)
- base=main
- label!=work-in-progress
merge_conditions:
- check-success=test (3.10)
# - check-success=build-and-push-image
merge_method: squash

0 comments on commit 1349998

Please sign in to comment.