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"