Skip to content

Commit 7b58fb1

Browse files
committed
update PR merged message
1 parent d5cee0e commit 7b58fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/algora_web/controllers/webhooks/github_controller.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ defmodule AlgoraWeb.Webhooks.GithubController do
269269
primary_claim.target.repository.user.provider_login,
270270
primary_claim.target.repository.name,
271271
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." <>
272+
"🎉 The pull request of #{names} has been merged. The bounty can be rewarded [here](#{Claim.reward_url(primary_claim)})" <>
273273
if(sponsors_to_notify == "", do: "", else: "\n\ncc #{sponsors_to_notify}")
274274
)
275275
end

0 commit comments

Comments
 (0)