We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6c898 commit c7e5dd1Copy full SHA for c7e5dd1
.github/mergify.yml
@@ -4,6 +4,12 @@ queue_rules:
4
batch_max_wait_time: 60 s
5
checks_timeout: 10800 s
6
merge_method: squash
7
+ commit_message_template: |
8
+ {{ title }} (#{{ number }})
9
+
10
+ {% for commit in commits %}
11
+ * {{ commit.commit_message }}
12
+ {% endfor %}
13
queue_conditions:
14
- "#approved-reviews-by >= 1"
15
- "check-success=license/cla"
0 commit comments