Add support for @elevai/commitlint-plugin-github. #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks so much for creating this GitHub Action, it inspired me to create a custom commitlint plugin to support the commit message conventions we use on our projects:
https://github.com/elevai-consulting/commitlint-github/
This has been published to npm, and so I've created this PR to add the following node dependencies so that my commitlint config file can successfully reference them from the Docker container you create in the Action:
For reference below is the error logging I got from attempting to run your Action and it couldn't resolve the packages above as expected:
Hopefully it's no problem to add these packages in as they are publicly available on npmjs.com, but let me know if you have any questions etc.
Cheers!