Skip to content

Commit

Permalink
fix(mergify): fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: O_o <[email protected]>
  • Loading branch information
god464 authored Oct 16, 2024
1 parent 011c2cc commit b2763be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ pull_request_rules:
- name: Automatic merge
description: Merge when PR passes all branch protection and has label merge-queue
conditions:
- label = merge-queue
- label = merge-queue|dependencies
- check-success=All Garnix checks
actions:
update:
merge:
method: squash|dependencies
method: squash

0 comments on commit b2763be

Please sign in to comment.