Proposal to remove AasxPackageExplorerSetup #10
check-commit-messages.yml
on: pull_request
Check-commit-messages
16s
Annotations
1 error and 2 warnings
Check-commit-messages
The message 1 is invalid:
* The subject must start with a verb in imperative mood, but it started with: "Proposal". 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: src/AdditionalVerbsInImperativeMood.txt). Please check the whitelist and either change the first word of the subject or whitelist the verb.
* The line 3 of the message (line 1 of the body) exceeds the limit of 72 characters. The line contains 100 characters: "AasxPackageExplorerSetup is now outdated and raises an error every time the solution is cloned anew:". Please reformat the body so that all the lines fit 72 characters.
* The line 4 of the message (line 2 of the body) exceeds the limit of 72 characters. The line contains 210 characters: "> AASXPackageExplorerSetup\\AasxPackageExplorerSetup.wixproj: The application which this project type is based on was not found. Please try this link for further information: 930c7802-8a8c-48f9-8165-68863bccd9dd". Please reformat the body so that all the lines fit 72 characters.
* The line 7 of the message (line 5 of the body) exceeds the limit of 72 characters. The line contains 138 characters: "I'd suggest removing it from `main` and either i. moving into a branch or ii. leaving it in the admin-shell-io archive, what do you think?". Please reformat the body so that all the lines fit 72 characters.
The original message was:
Proposal to remove AasxPackageExplorerSetup
AasxPackageExplorerSetup is now outdated and raises an error every time the solution is cloned anew:
> AASXPackageExplorerSetup\AasxPackageExplorerSetup.wixproj: The application which this project type is based on was not found. Please try this link for further information: 930c7802-8a8c-48f9-8165-68863bccd9dd
AFAIK this project has not been updated to dotnet6.
I'd suggest removing it from `main` and either i. moving into a branch or ii. leaving it in the admin-shell-io archive, what do you think?
Aside of the warning at the start it is harmless.
@SWagnerSE
|
Check-commit-messages
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mristin/opinionated-commit-message@v2.2.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Check-commit-messages
The following actions uses node12 which is deprecated and will be forced to run on node16: mristin/opinionated-commit-message@v2.2.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|