added support for ingress hook #55
git-commit-message-style.yml
on: push
Check commit message style
2s
Annotations
1 error and 1 warning
Check commit message style
The message 1 is invalid:
* The subject must start with a capitalized word, but the current first word is: "added". Please capitalize to: "Added".
* The subject must start with a verb in imperative mood, but it started with: "added". 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:
added support for ingress hook
- added Ingress in enum Hook
- added set_device() method in struct Chain
- updated libc dependency in nftnl-sys
- added an example file for ingress hook
- update MSRV to 1.63.0
|
Check commit message style
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|