git: f38ac6f27ace - main - GitHub: Provide more context in pull request issue comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Jul 2025 14:49:47 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=f38ac6f27ace386d7e1d18cda6ffb8af5b20b598 commit f38ac6f27ace386d7e1d18cda6ffb8af5b20b598 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-07-15 18:12:50 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-07-16 14:34:20 +0000 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 --- .github/workflows/checklist.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index f5c3ea599abf..7f7b0d51f46e 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -89,6 +89,7 @@ jobs: /* Loop for each key in "checklist". */ for (const c in checklist) msg += "- " + c + "<sup>" + checklist[c].join(", ") + "</sup>\n"; + msg += "\nPlease review CONTRIBUTING.md, then update and push your branch again.\n" comment_func({ owner: context.repo.owner,