From 3146b4134167312045d7e7763a6c5c3a90996ff2 Mon Sep 17 00:00:00 2001 From: zoomchan-cxj Date: Fri, 13 Jan 2023 19:43:32 +0800 Subject: [PATCH] fix(workflows): change auto_merger comment message --- .github/workflows/gh_pr_auto_merger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh_pr_auto_merger.yml b/.github/workflows/gh_pr_auto_merger.yml index 55424849fb3..b9beb1d47fe 100644 --- a/.github/workflows/gh_pr_auto_merger.yml +++ b/.github/workflows/gh_pr_auto_merger.yml @@ -7,9 +7,9 @@ on: types: [ completed ] env: - GREETINGS_MESSAGE: ':tada: It seems that this pull request has been approved by all required reviewers and only contains one normal commit.' - AUTO_MERGE_MESSAGE: I will rebase and merge it automatically via add `action(rebase-merge)` label. - MANUAL_MERGE_MESSAGE: I will notify admin team member to merge it manually, please wait a moment. + GREETINGS_MESSAGE: ':tada: It seems that this pull request has been approved by all required reviewers.' + AUTO_MERGE_MESSAGE: As it only contains one normal commit, I will rebase and merge it automatically via add `action(rebase-merge)` label. + MANUAL_MERGE_MESSAGE: But it has more than one normal commit, I will notify admin team member to merge it manually, please wait a moment. jobs: call_get_workflow_output: