Skip to content

Commit

Permalink
Merge pull request #239 from simplybusiness/testing
Browse files Browse the repository at this point in the history
Update github_summary_message in PrDeployCheck
  • Loading branch information
addersuk authored Nov 18, 2024
2 parents 8100225 + c089a0c commit f157211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functionality/pr_deploy_check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f157211

Please sign in to comment.