Skip to content

Commit

Permalink
Fix mergify deprecation warnings (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek authored Sep 5, 2024
1 parent fdc5d76 commit 413a714
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
queue_rules:
- name: default
conditions:
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
queue_conditions:
- or:
- and:
- -files~=\.hs$
Expand Down Expand Up @@ -30,11 +35,6 @@ pull_request_rules:
- actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}

name: Automatically merge pull requests
conditions:
Expand Down

0 comments on commit 413a714

Please sign in to comment.