From c5c20b0037ffd68cb3f4fe06bb5dbdbe6786724c Mon Sep 17 00:00:00 2001 From: Haruyaki <52639021+HarunamiYaki@users.noreply.github.com> Date: Sun, 8 Oct 2023 15:47:24 +0700 Subject: [PATCH] chore: Adjust reply context --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9e29392..7f4f821 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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.` }) ); }