Browse Source

Update Mergify configuration. (backport #7388) (#7389)

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/

(cherry picked from commit 02d456b8b8)
pull/7405/head
mergify[bot] 3 years ago
committed by GitHub
parent
commit
cac59a7677
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,4 +13,7 @@ pull_request_rules:
queue:
method: squash
name: default
commit_message: title+body
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}

Loading…
Cancel
Save