diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index ecc3939f34b8..44b264e9c031 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -88,7 +88,7 @@ jobs: /* Loop for each key in "checklist". */ for (const c in checklist) - msg += "- " + c + "" + checklist[c].join(", ") + "\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({