Browse Source

Update Mergify configuration. (#7388)

Per https://docs.mergify.com/actions/merge/#commit-message, the
commit_message option is deprecated and will be removed in 2022.
Replace it with the template suggested here:

https://docs.mergify.com/actions/queue/
pull/7396/head
M. J. Fromberger 2 years ago
committed by GitHub
parent
commit
02d456b8b8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      .github/mergify.yml

+ 4
- 1
.github/mergify.yml View File

@ -13,7 +13,10 @@ pull_request_rules:
queue:
method: squash
name: default
commit_message: title+body
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v0.34.x branch
conditions:
- base=master


Loading…
Cancel
Save