Skip to content

Commit

Permalink
mergify: use PR title and body for squash merge commit (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrinaker authored Apr 14, 2020
1 parent fcbce21 commit ac6519d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
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
actions:
merge:
method: squash
strict: true
commit_message: title+body

0 comments on commit ac6519d

Please sign in to comment.