GitHub: Enclose list of commit hashes in parens
Rather than superscript <sup>, for a nicer looking list. Reviewed by: vexeduxr Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D53000
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
/* Loop for each key in "checklist". */
|
||||
for (const c in checklist)
|
||||
msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n";
|
||||
msg += "- " + c + " (" + checklist[c].join(", ") + ")\n";
|
||||
msg += "\nPlease review [CONTRIBUTING.md](https://github.com/freebsd/freebsd-src/blob/main/CONTRIBUTING.md), then update and push your branch again.\n"
|
||||
|
||||
comment_func({
|
||||
|
||||
Reference in New Issue
Block a user