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 21, 2024
1 parent f1e3e88 commit 6ef2cf9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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 @@ -8,19 +9,18 @@ pull_request_rules:
assign:
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
- name: refactored queue action rule
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 6ef2cf9

Please sign in to comment.