We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cee0e commit 7b58fb1Copy full SHA for 7b58fb1
lib/algora_web/controllers/webhooks/github_controller.ex
@@ -269,7 +269,7 @@ defmodule AlgoraWeb.Webhooks.GithubController do
269
primary_claim.target.repository.user.provider_login,
270
primary_claim.target.repository.name,
271
primary_claim.target.number,
272
- "🎉 The pull request of #{names} has been merged. You can visit [Algora](#{Claim.reward_url(primary_claim)}) to award the bounty." <>
+ "🎉 The pull request of #{names} has been merged. The bounty can be rewarded [here](#{Claim.reward_url(primary_claim)})" <>
273
if(sponsors_to_notify == "", do: "", else: "\n\ncc #{sponsors_to_notify}")
274
)
275
end
0 commit comments