History log of /freebsd/.github/workflows/checklist.yml (Results 1 – 1 of 1)
Revision Date Author Comments
# a9a6a51e 05-Jan-2025 Ahmad Khalifa <ahmadkhalifa570@gmail.com>

github: Add new checklist workflow

Add a new 'checklist' workflow that checks the commit messages on pull
requests. Currently, the workflow creates a comment on the pull request
if any of these cond

github: Add new checklist workflow

Add a new 'checklist' workflow that checks the commit messages on pull
requests. Currently, the workflow creates a comment on the pull request
if any of these conditions are hit:
- Missing Signed-off-by
- Malformed Signed-off-by
- Bad email (i.e *noreply*)

Reviewed by: emaste, imp
Pull request: https://github.com/freebsd/freebsd-src/pull/1570

Signed-off-by: Ahmad Khalifa <ahmadkhalifa570@gmail.com>

show more ...