Skip to content

Commit e9e9f47

Browse files
authored
Add celebratory emojis and make review app link more prominent (#672)
1 parent 79a7efc commit e9e9f47

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,11 @@ jobs:
241241
with:
242242
script: |
243243
const deployingMessage = [
244-
'🚀 Deploying to Control Plane...',
244+
'## 🚀 Deploying to Control Plane...',
245245
'',
246-
'⏳ Waiting for deployment to be ready...',
246+
'⏳ **Waiting for deployment to be ready...**',
247247
'',
248248
'📝 [View Deploy Logs](${{ env.WORKFLOW_URL }})',
249-
'',
250249
process.env.CONSOLE_LINK
251250
].join('\n');
252251
@@ -293,11 +292,13 @@ jobs:
293292
294293
// Define messages based on deployment status
295294
const successMessage = [
296-
'✅ Deployment complete for PR #' + prNumber + ', commit ' + '${{ env.PR_SHA }}',
295+
'## 🎉 ✨ Deploy Complete! 🚀',
297296
'',
298-
'🚀 [Review App for PR #' + prNumber + '](' + appUrl + ')',
299-
consoleLink,
297+
'### 🌐 [**➡️ Open Review App**](' + appUrl + ')',
300298
'',
299+
'_Deployment successful for PR #' + prNumber + ', commit ' + '${{ env.PR_SHA }}' + '_',
300+
'',
301+
consoleLink,
301302
'📋 [View Completed Action Build and Deploy Logs](' + workflowUrl + ')'
302303
].join('\n');
303304

0 commit comments

Comments
 (0)