ci: use title+body for commit message (#9496)
Co-authored-by: ryanchrypto <12519942+ryanchrypto@users.noreply.github.com> Co-authored-by: Cory <cjlevinson@gmail.com>
This commit is contained in:
parent
7bca49e2d2
commit
e2ecfa735d
|
@ -8,6 +8,7 @@ pull_request_rules:
|
|||
merge:
|
||||
method: squash
|
||||
strict: true
|
||||
commit_message: title+body
|
||||
- name: backport patches to v0.42.x branch
|
||||
conditions:
|
||||
- base=master
|
||||
|
|
Loading…
Reference in New Issue