Skip to content

Commit

Permalink
feat(merge-bot): support commit message customization (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-bompart authored Sep 16, 2021
1 parent b7266e4 commit 3b9ecc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/merge-bot/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ async function attemptMerge(): Promise<void> {
commit_title: `${
(context.payload as IssueCommentEditedEvent).issue.title
} (#${(context.payload as IssueCommentEditedEvent).issue.number})`,
commit_message: process.env.COMMIT_MESSAGE,
merge_method: "squash",
});
} catch (error) {
Expand Down

0 comments on commit 3b9ecc8

Please sign in to comment.