Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#596)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Dec 9, 2024
1 parent b1e9caf commit fa6f817
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 fa6f817

Please sign in to comment.