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:
Ed Maste 2025-07-16 10:55:28 -04:00
parent 82d8a5029a
commit 73a4459f6f

View file

@ -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({