From c089a0c4c8cafe2500dc99856bee1de61080bec3 Mon Sep 17 00:00:00 2001 From: Jenah Blitz Date: Tue, 29 Oct 2024 15:25:54 -0400 Subject: [PATCH] Update github_summary_message in PrDeployCheck --- lib/functionality/pr_deploy_check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functionality/pr_deploy_check.rb b/lib/functionality/pr_deploy_check.rb index 6ba16fc..3a4cbc1 100644 --- a/lib/functionality/pr_deploy_check.rb +++ b/lib/functionality/pr_deploy_check.rb @@ -18,7 +18,7 @@ def self.check_labeled_pr(config) context: context_name, target_url: config.event_payload['html_url'] ) - github_summary_message = "## Deploy Status Check\n" + github_summary_message = "## Deploy Status Check!\n" github_summary_message += "### :sparkles: You are free to deploy :sparkles:\n" github_summary_message += "- Created #{result[:state]} state with description #{result[:description]} for sha #{sha} and url #{result[:url]}\n" github_summary_message += "- description #{result[:description]} for sha #{sha} for url #{result[:url]}\n"