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.
2 parents 06ea092 + 4bbadae commit 5fcec9fCopy full SHA for 5fcec9f
cla/comments.py
@@ -51,7 +51,7 @@ async def post_or_update_fail_comment(
51
"The following commit authors need to sign "
52
"the Contributor License Agreement:\n\n"
53
f"{emails}\n\n"
54
- f"[]({settings.SITE_URL})"
+ f"[]({settings.SITE_URL})"
55
f"{SENTINEL_MARKER}"
56
)
57
await post_or_update_comment(gh, message, target_repository_full_name, pull_request_number)
0 commit comments