From 35a285bb0dff2493acea59bfb2d00d55f0115da9 Mon Sep 17 00:00:00 2001 From: Ben Date: Sat, 23 Apr 2022 00:18:46 +0300 Subject: [PATCH] finalize develop branch actions --- src/develop_actions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/develop_actions.js b/src/develop_actions.js index abda7fb..1d1d03d 100644 --- a/src/develop_actions.js +++ b/src/develop_actions.js @@ -69,7 +69,7 @@ const run = async () => { elements: [ { type: "mrkdwn", - text: `> :sparkles: PR was created from ${branch_name} to ${DESTINATION_BRANCH}`, + text: `> Pull request was created from ${branch_name} to ${DESTINATION_BRANCH}`, }, ], }, @@ -118,7 +118,7 @@ const run = async () => { elements: [ { type: "mrkdwn", - text: `> :sparkles: PR was updated from ${branch_name} to ${DESTINATION_BRANCH}`, + text: `> Pull request was updated from ${branch_name} to ${DESTINATION_BRANCH}`, }, ], },