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 Dec 9, 2024
1 parent 9dc8a07 commit d340738
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ queue_rules:
- name: default
# Mergify always respects the branch protection settings
# so we can left empty mergify own ones
conditions: []
queue_conditions:
- label=merge me
merge_conditions: []
merge_method: squash

pull_request_rules:
- name: Automatically merge pull requests
conditions:
- label=merge me
conditions: []
actions:
queue:
method: squash
name: default

0 comments on commit d340738

Please sign in to comment.