Skip to content

Commit

Permalink
chore: fix mergify warnings (#4730)
Browse files Browse the repository at this point in the history
<img width="1004" alt="Screenshot 2024-10-09 at 13 41 08" src="https://github.com/user-attachments/assets/983e9feb-1700-4878-8804-ea180c6033e4">
  • Loading branch information
ggreif authored Oct 9, 2024
1 parent b7fa639 commit d50b53c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ queue_rules:
- "#changes-requested-reviews-by=0"
- status-success=tests (ubuntu-latest)
- status-success=tests (macos-12)
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: Automatic merge (squash)
Expand All @@ -19,10 +24,6 @@ pull_request_rules:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
delete_head_branch: {}
- name: Automatically closing successful trials
conditions:
Expand Down

0 comments on commit d50b53c

Please sign in to comment.