5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-10 17:16:57 +00:00
Commit graph

1 commit

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