Browse Source

mergify: use PR title and body for squash merge commit (#4669)

pull/4672/head
Erik Grinaker 4 years ago
committed by GitHub
parent
commit
ac6519dbf9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      .mergify.yml

+ 2
- 1
.mergify.yml View File

@ -1,5 +1,5 @@
pull_request_rules:
- name: automerge to master with label S:automerge and branch protection passing
- name: Automerge to master
conditions:
- base=master
- label=S:automerge
@ -7,3 +7,4 @@ pull_request_rules:
merge:
method: squash
strict: true
commit_message: title+body

Loading…
Cancel
Save