Browse Source
mergify: use PR title and body for squash merge commit (#4669)
pull/4672/head
Erik Grinaker
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
.mergify.yml
|
|
@ -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 |