Change V3.1 #370
check-title-and-description-of-pull-request.yml
on: pull_request
Check-title-and-description-of-pull-request
11s
Annotations
1 error and 2 warnings
Check-title-and-description-of-pull-request
The message 1 is invalid:
* The subject must start with a capitalized word, but the current first word is: "closes". Please capitalize to: "Closes".
* The subject must start with a verb in imperative mood, but it started with: "closes". 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 the file is: .github/workflows/AdditionalVerbsInImperativeMood.txt). Please check the whitelist and either change the first word of the subject or whitelist the verb.
* The first word of the subject ("closes") must not match the first word of the body. Please make the body more informative by adding more information instead of repeating the subject. For example, start by explaining the problem that this change is intended to solve or what was previously missing (e.g., "Previously, ....").
The original message was:
closes #299 PathType
closes https://github.com/admin-shell-io/aas-specs/issues/299
shall be anyUri instead of string + length restriction and note
add anyUri to basic data types section
change PathType definition
update ChangeLog
|
Check-title-and-description-of-pull-request
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mristin/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check-title-and-description-of-pull-request
The following actions uses node12 which is deprecated and will be forced to run on node16: mristin/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|