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 b37c180 commit e0bdc68
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
queue_rules:
- name: default
conditions:
- "check-success=build"

pull_request_rules:
- name: merge_dependabot
conditions:
queue_conditions:
- "author=renovate[bot]"
- "check-success=build"
actions:
queue:
name: default
update_method: rebase
merge_conditions:
- "check-success=build"
update_method: rebase

pull_request_rules:
- name: delete_merged
conditions:
- merged
actions:
delete_head_branch: { }
delete_head_branch: {}
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit e0bdc68

Please sign in to comment.