Skip to content

Commit

Permalink
chore: fix mergify config (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr authored Sep 24, 2024
1 parent 9affc1a commit dda8ecf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .mkrepo/mergify.w
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ pub class MergifyWorkflow {
"speculative_checks": 2,
"queue_conditions": [
"-files=.mergify.yml",
]
],
"merge_method": "squash",
"commit_message_template": "\{\{ title \}\} (#\{\{ number \}\})\n\{\{ body \}\}"
}
],
"pull_request_rules": [
Expand All @@ -32,8 +34,6 @@ pub class MergifyWorkflow {
},
"queue": {
"name": "default",
"merge_method": "squash",
"commit_message_template": "\{\{ title \}\} (#\{\{ number \}\})\n\{\{ body \}\}"
}
},
"conditions": Array<Json>[
Expand Down

0 comments on commit dda8ecf

Please sign in to comment.