From: Cezar Craciunoiu Date: Thu, 30 May 2024 07:44:10 +0000 (+0300) Subject: .github/workflows: Suggest Unikraft conventions on fails X-Git-Tag: RELEASE-0.17.0~66 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=67cefa3cbabf01e0ec43abd183f4f0345cf59b67;p=unikraft%2Funikraft.git .github/workflows: Suggest Unikraft conventions on fails The previous message was wrong and copy pasted as-is. The new one points people directly to the documentation. Signed-off-by: Cezar Craciunoiu Approved-by: Razvan Deaconescu Reviewed-by: Razvan Deaconescu GitHub-Closes: #1435 --- diff --git a/.github/workflows/commit-format-check.yaml b/.github/workflows/commit-format-check.yaml index df79fcb58..0e286efcc 100644 --- a/.github/workflows/commit-format-check.yaml +++ b/.github/workflows/commit-format-check.yaml @@ -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'