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 84ced1f commit 257ff04
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author~=^dependabot(|-preview)\[bot\]$
merge_conditions:
# Conditions to get out of the queue (= merged)
- check-success=Run Unit and UI tests
- check-success=license/cla
merge_method: squash

pull_request_rules:
- name: Automatic approve on dependabot PR
Expand All @@ -13,17 +16,13 @@ pull_request_rules:
review:
type: APPROVE

- name: Automatic merge on approval
conditions:
- author~=^dependabot(|-preview)\[bot\]$
actions:
queue:
method: squash
name: default

- name: Thank contributor
conditions:
- merged
actions:
comment:
message: "Thank you @{{author}} for your contribution!"
message: "Thank you @{{author}} for your contribution!"
- name: Automatic merge on approval
conditions: []
actions:
queue:

0 comments on commit 257ff04

Please sign in to comment.