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 39bf234 commit 5abbb36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- author=scala-steward
- status-success=validate
- body~=labels:.*semver-patch

pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions:
merge_conditions:
- author=scala-steward
- status-success=validate
- body~=labels:.*semver-patch
merge_method: merge

pull_request_rules:
- name: automatically merge scala-steward's PRs
conditions: []
actions:
queue:
method: merge
name: default

0 comments on commit 5abbb36

Please sign in to comment.