M. J. Fromberger
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
.github/mergify.yml
|
@ -13,7 +13,10 @@ pull_request_rules: |
|
|
queue: |
|
|
queue: |
|
|
method: squash |
|
|
method: squash |
|
|
name: default |
|
|
name: default |
|
|
commit_message: title+body |
|
|
|
|
|
|
|
|
commit_message_template: | |
|
|
|
|
|
{{ title }} (#{{ number }}) |
|
|
|
|
|
|
|
|
|
|
|
{{ body }} |
|
|
- name: backport patches to v0.34.x branch |
|
|
- name: backport patches to v0.34.x branch |
|
|
conditions: |
|
|
conditions: |
|
|
- base=master |
|
|
- base=master |
|
|