Skip to content

Commit

Permalink
fix(workflows): change auto_merger comment message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj authored and hippy-actions[bot] committed Jan 13, 2023
1 parent 59efa70 commit 3146b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh_pr_auto_merger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3146b41

Please sign in to comment.