]> xenbits.xensource.com Git - unikraft/unikraft.git/commitdiff
.github/workflows: Suggest Unikraft conventions on fails
authorCezar Craciunoiu <cezar.craciunoiu@gmail.com>
Thu, 30 May 2024 07:44:10 +0000 (10:44 +0300)
committerUnikraft Bot <monkey@unikraft.io>
Fri, 31 May 2024 05:07:19 +0000 (05:07 +0000)
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

.github/workflows/commit-format-check.yaml

index df79fcb581fa04fba6d428504f34996593307927..0e286efcc39de348867c01bbfe3a15504050b6f5 100644 (file)
@@ -26,7 +26,7 @@ jobs:
         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'