Skip to content

Commit

Permalink
Attach pull request body to merge message (vesoft-inc#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu authored Dec 6, 2021
1 parent d918dd9 commit 94c4475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GH_BOT_PAT }}"
MERGE_LABELS: "auto-sync"
MERGE_METHOD: "squash"
MERGE_COMMIT_MESSAGE: "{pullRequest.title} (#{pullRequest.number})"
MERGE_COMMIT_MESSAGE: "{pullRequest.title} (#{pullRequest.number})\n\n{pullRequest.body}"
MERGE_REQUIRED_APPROVALS: "2"
UPDATE_LABELS: "auto-sync"
UPDATE_METHOD: "rebase"

0 comments on commit 94c4475

Please sign in to comment.