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 22, 2024
1 parent 4ae5a0d commit 35c9aa7
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@

pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions:
- head~=^update/
- author=scala-steward
- status-success=Build Success (ubuntu-latest, 2.13.10, adopt-hotspot@8)
actions:
delete_head_branch:
force: true
queue:
method: rebase
name: default
delete_head_branch:
force: true
- name: refactored queue action rule
conditions: []
actions:
queue:
queue_rules:
- name: default
conditions:
queue_conditions:
- head~=^update/
- author=scala-steward
- status-success=Build Success (ubuntu-latest, 2.13.10, adopt-hotspot@8)
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success=Build Success (ubuntu-latest, 2.13.10, adopt-hotspot@8)
merge_method: rebase

0 comments on commit 35c9aa7

Please sign in to comment.