git-commit-message-style.yml
on: push
Check commit message style
5s
Annotations
1 error and 1 warning
Check commit message style
The message 2 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "fixup: oops". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
fixup: oops
The message 4 is invalid:
* The subject must start with a capitalized word, but the current first word is: "fixup". Please capitalize to: "Fixup".
* The subject must start with a verb in imperative mood, but it started with: "fixup". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb.
The original message was:
fixup
The message 5 is invalid:
* The subject must start with a capitalized word, but the current first word is: "fixup". Please capitalize to: "Fixup".
* The subject must start with a verb in imperative mood, but it started with: "fixup". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb.
The original message was:
fixup
The message 7 is invalid:
* Expected the subject to start with a verb in imperative mood consisting of letters and possibly dashes in-between, but the subject was: "fixup: from_be". Please re-write the subject so that it starts with a verb in imperative mood.
The original message was:
fixup: from_be
The message 9 is invalid:
* The subject must start with a capitalized word, but the current first word is: "fixup". Please capitalize to: "Fixup".
* The subject must start with a verb in imperative mood, but it started with: "fixup". Whether the word is in imperative mood is determined by whitelisting. The general whitelist is available at https://github.com/mristin/opinionated-commit-message/blob/master/src/mostFrequentEnglishVerbs.ts. You can whitelist additional verbs using "additional-verbs" input to your GitHub action (currently no additional verbs were thus specified). Moreover, you can also whitelist additional verbs in a file given as "path-to-additional-verbs" input to your GitHub action (currently no whitelist file was specified). Please check the whitelist and either change the first word of the subject or whitelist the verb.
The original message was:
fixup
|
Check commit message style
The following actions uses Node.js version which is deprecated and will be forced to run on node20: gsactions/commit-message-checker@16fa2d5de096ae0d35626443bcd24f1e756cafee. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|