Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ module.exports = (app: Probot) => {
} else if (res.data.mergeable == null) {
await context.octokit.issues.createComment(
context.issue({
body: `give reply from automaton that github automaton can't proceed merging commit, please wait for any minute before attempting to merge it again.`
body: `We apologize for the inconvenience, but it seems that Automaton processes are currently unable to proceed with merging your commit. Please wait for a moment and try merging it again.`
})
);
}
Expand Down