Skip to content

Commit c10e987

Browse files
committed
Mention contributors in body text for notifications
GitHub suppresses @mention notifications inside markdown headings. Move the mention to a paragraph line so contributors get pinged.
1 parent f088b0c commit c10e987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/create_standup_discussion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def format_contributor_comment(
209209
user, merged_prs, reviewed_prs, issues_opened, bottlenecks
210210
):
211211
"""Format the threaded reply for a contributor."""
212-
lines = [f"## @{user}", ""]
212+
lines = [f"## {user}", "", f"@{user}", ""]
213213

214214
# SHIPPED section
215215
lines.append("### Shipped")

0 commit comments

Comments
 (0)