The previous message was wrong and copy pasted as-is.
The new one points people directly to the documentation.
Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
GitHub-Closes: #1435
uses: gsactions/commit-message-checker@v2
with:
pattern: '^((([a-zA-Z0-9\/\.\-\_\*])+)|(\{([a-zA-Z0-9\/\.\-\_\*]+, )+[a-zA-Z0-9\/\.\-\_\*]+\})){1}: [A-Z0-9].*'
- error: 'The PR title must follow the conventional commits format.'
+ error: 'The PR title and commits must follow Unikraft conventions, see: https://unikraft.org/docs/contributing/unikraft#commit-message-format'
excludeDescription: 'true'
excludeTitle: 'false'
checkAllCommitMessages: 'false'