Previously, adding files like the README to a commit would
make the check fail, which is wrong.
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
if: always()
uses: gsactions/commit-message-checker@v2
with:
- pattern: '^((([a-z0-9\/\.\-\_\*])+)|(\{([a-z0-9\/\.\-\_\*]+, )+[a-z0-9\/\.\-\_\*]+\})){1}: [A-Z0-9].*'
+ 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.'
excludeDescription: 'true'
excludeTitle: 'false'