5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 08:06:54 +00:00
Commit graph

365 commits

Author SHA1 Message Date
Wagner Santos
23cd801837 feat: add ability to run commitlint on events that are not pull requests
For any event that is not of type `pull_request`, we consider there will be a `GITHBU_SHA` defined and run lint against only this specific commit
sha.
This supports not only events of type `pull` but also other events that provide us a `GITHBU_SHA`, like `check_suite`.
2019-10-15 10:23:56 -03:00
Wagner Santos
8bf6195a48 chore(release): bump version 2019-10-08 13:19:58 -03:00
Wagner Santos
beb4b9b431 test: add second commitlint check using yml file instead of js 2019-10-08 13:19:58 -03:00
Wagner Santos
3559d7d304 fix: do not call require in the config file to allow other file types 2019-10-08 13:19:58 -03:00
Wagner Santos
d92577a12c docs: add changelog and script to generate it 2019-10-08 13:19:58 -03:00
Wagner Santos
33f8aa30dd fix: revert action to use debian image
Somehow when using alpine image, github actions was not running the entrypoint
2019-10-04 00:47:40 -03:00
Wagner Santos
9379b32eb6 feat: use image from docker hub 2019-10-04 00:24:22 -03:00
Wagner Santos
dedf966fb0 fix: use Commit Linter as a unique action name 2019-10-04 00:18:00 -03:00
Wagner Santos
fd906aec0b fix: make action name unique 2019-10-04 00:18:00 -03:00
Wagner Santos
6cbae71127 docs: add instructions and usage to README.md 2019-10-04 00:18:00 -03:00
Wagner Santos
3056734398 chore: remove unused dependencies 2019-10-04 00:18:00 -03:00
Wagner Santos
fa385f7927 chore: add commitlint config file 2019-10-04 00:18:00 -03:00
Wagner Santos
0a5bea362b chore: add commitlint workflow using the local action 2019-10-04 00:18:00 -03:00
Wagner Santos
478fbaff69 feat: add commitlint action 2019-10-04 00:17:29 -03:00
Wagner Santos
083d21442d
Initial commit 2019-10-01 18:29:56 -03:00