GitHub: Provide more context in pull request issue comment

Be explicit that the user should update their branch and re-push to
update the pull request.

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D51332
This commit is contained in:
Ed Maste
2025-07-15 14:12:50 -04:00
parent 56eb7566c4
commit f38ac6f27a
+1
View File
@@ -89,6 +89,7 @@ jobs:
/* Loop for each key in "checklist". */ /* Loop for each key in "checklist". */
for (const c in checklist) for (const c in checklist)
msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n"; msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n";
msg += "\nPlease review CONTRIBUTING.md, then update and push your branch again.\n"
comment_func({ comment_func({
owner: context.repo.owner, owner: context.repo.owner,