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

190 commits

Author SHA1 Message Date
Frederic Cabassut
183e260e9b
docs: mention default config fallback 2020-09-14 09:03:09 +02:00
Fred
7e678913ff feat: use config-conventional as default config 2020-09-07 12:42:19 +00:00
GitHub Action
f58503be31 chore(release): publish 2.0.2 [skip-ci] 2020-08-22 09:54:38 +00:00
Wagner Santos
9bda486b02
Merge pull request #46 from wagoid/ci/add-release-workflow
ci: add release job
2020-08-22 06:53:06 -03:00
Wagner Santos
7dc04121c2 ci: cache npm dependencies on CI 2020-08-22 06:50:33 -03:00
Wagner Santos
7ccafb1f5f ci: add release job 2020-08-22 06:50:29 -03:00
Wagner Santos
1ffd33d395 chore(release): publish 2020-08-20 08:54:51 -03:00
Wagner Santos
34cc85312e
Merge pull request #44 from wagoid/fix/action-showing-error-output-when-not-all-commits-have-warnings
fix: action shows error ouput when not all commits have warnings
2020-08-20 08:52:02 -03:00
Wagner Santos
0911cae009 fix: action shows error ouput when not all commits have warnings
Fixes #43
2020-08-20 08:33:46 -03:00
Wagner Santos
e93ddf07eb chore(release): publish 2020-08-02 11:26:02 -03:00
Wagner Santos
98391a559b
Merge pull request #42 from wagoid/feat/upgrade-commitlint-deps
feat: upgrade commitlint deps
2020-08-02 11:25:16 -03:00
Wagner Santos
18e9bff0e6 feat: use action input instead of env var to get the github token
BREAKING CHANGE: GITHUB_TOKEN env var is now ignored. In case a custom token is needed,
it'll be necessary to pass it via the `token` input from now on.
2020-08-02 11:23:03 -03:00
Wagner Santos
a413a3f439 feat: upgrade commitlint dependencies to v9
BREAKING CHANGE: this includes breaking changes from commitlint v9,
like the fact that `improvement` type is now rejected in `@commitlint/config-conventional`.
2020-08-02 11:22:53 -03:00
Wagner Santos
a85daedc64 chore(release): publish 2020-08-02 07:02:32 -03:00
Wagner Santos
6c53f9a94c
Merge pull request #41 from wagoid/feat/add-outputs-to-the-action
feat: add `results` output to the action
2020-08-02 07:00:37 -03:00
Wagner Santos
0c7da1b0a2 test: add output tests for PR scenario 2020-08-02 06:49:40 -03:00
Wagner Santos
231d02e17f test: add test to expect an output on success scenario too 2020-08-02 06:49:40 -03:00
Wagner Santos
8d360d2e46 ci: add example that shows json results 2020-08-02 06:49:39 -03:00
Wagner Santos
25a8edceb7 refactor: move action files to src folder 2020-08-02 06:42:21 -03:00
Wagner Santos
550792f0ca feat: add results output
Resolves #39
2020-08-02 06:42:18 -03:00
Wagner Santos
4b0886537a chore: obtain git hash too in the list of linted commits 2020-07-20 08:36:59 -03:00
Wagner Santos
5c56dec16a chore(release): publish 2020-07-03 16:08:10 -03:00
Wagner Santos
88672c7e09
Merge pull request #38 from wagoid/perf/use-alpine-image
perf: improve action pull speed by using an alpine image
2020-07-03 16:03:20 -03:00
Wagner Santos
2f14e0504a ci: use node 12 when running tests 2020-07-03 15:56:43 -03:00
Wagner Santos
1a7a9181b9 ci: add a job that pulls the action from docker hub 2020-07-03 15:56:43 -03:00
Wagner Santos
d0b8181fa4 perf: improve action pull speed by using an alpine image
The action's image is now based on alpine, which reduced drastically it's size. The previous compressed size was ~352 MB, now it's only ~56 MB.

Resolves #37
2020-07-03 15:56:33 -03:00
Wagner Santos
f114310111 chore(release): publish 2020-03-11 14:27:20 -03:00
Wagner Santos
b7cb34d1f9
Merge pull request #30 from wagoid/feat/upgrade-to-latest-commitlint
feat: upgrade to latest commitlint version
2020-03-11 14:26:00 -03:00
Wagner Santos
6125fdec43 feat: upgrade to latest commitlint version
This includes new features and fixes like the support for `!` in the type/scope to mark a commit as a breaking change
2020-03-11 14:02:36 -03:00
Wagner Santos
b00c59b2b2 chore(release): publish 2020-02-22 09:50:30 -03:00
Wagner Santos
1741cc07dd
Merge pull request #29 from wagoid/feat/add-support-additional-dependencies
feat: add support additional dependencies
2020-02-22 09:48:24 -03:00
Wagner Santos
a2c9157742 docs: explain how to use custom configs and plugins 2020-02-22 09:41:54 -03:00
Wagner Santos
895d9f3f73 feat: add support for additional dependencies
This feature resolves #27
2020-02-22 09:41:32 -03:00
Wagner Santos
601b4ff681 chore(release): publish 2020-02-14 11:55:12 -03:00
Wagner Santos
6a11c8c653
Merge pull request #26 from wagoid/feat/add-help-url-parameter
feat: add helpURL parameter
2020-02-01 16:53:28 -03:00
Wagner Santos
f4821d1c76 feat: add helpURL parameter 2020-02-01 16:51:13 -03:00
Wagner Santos
73133a4495
Merge pull request #25 from wagoid/feat/dont-fail-on-warnings
fix: don't fail on warnings
2020-02-01 16:39:53 -03:00
Wagner Santos
6e0fcb1270 fix: don't fail on warnings
This follows the commitlint CLI behavior, which exits with success when there are only warnings.
This behavior can be changed by passing 'true' to the parameter `failOnWarnings`.
2020-02-01 16:32:55 -03:00
Wagner Santos
85fcead13e chore(release): publish 2020-01-13 12:19:53 -03:00
Wagner Santos
903a877e82
Merge pull request #22 from sam-myers/update-jira-rules
fix: update jira rules
2020-01-05 06:59:50 -03:00
Wagner Santos
206704efcd
Merge pull request #23 from wagoid/docs/add-instructions-checkout-v2
docs: update usage to explain how to use it with actions/checkout@v2
2020-01-05 06:57:55 -03:00
Wagner Santos
341b9514fa docs: update usage to explain how to use it with actions/checkout@v2 2020-01-05 06:55:27 -03:00
Sam Myers
1be2ce0d7a
fix: update jira rules
Updates JIRA dependencies to 1.2.0

Fixes https://github.com/Gherciu/commitlint-jira/issues/7

Signed-off-by: Sam Myers <sam.myers@conduit.vc>
2020-01-03 13:10:15 -06:00
Wagner Santos
c8ff3dcea8 test: show coverage in CI tests 2019-12-09 20:29:48 -03:00
Wagner Santos
3e346d92de
Merge pull request #20 from wagoid/add-tests
test: add tests for the action
2019-12-09 20:21:12 -03:00
Wagner Santos
eac721a186 test: add tests for the action 2019-12-09 20:12:53 -03:00
Wagner Santos
be6d99998b chore(release): publish 2019-11-30 11:36:33 -03:00
Wagner Santos
55cae67a2d
Merge pull request #19 from wagoid/fix/do-not-get-parent-of-push-before-field
fix: do not try to get parent of push event's "before" field
2019-11-30 11:23:24 -03:00
Wagner Santos
c1bba52d77 fix: do not try to get parent of push event's "before" field
"before" field of a push event's payload already shows the commit before the push event was sent, so we can use it as "from" field of the revision.

Fixes #18
2019-11-30 11:20:37 -03:00
Wagner Santos
5323f205d6 chore(release): publish 2019-11-25 11:55:53 -03:00