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

273 commits

Author SHA1 Message Date
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
Wagner Santos
ad1a5cd85d
Merge pull request #11 from mjhd-devlion/feat/pass-opts
feat: support lint opts
2019-11-25 11:49:58 -03:00
Wagner Santos
439bc550a3 chore(release): publish 2019-11-24 09:54:04 -03:00
Wagner Santos
6546e18362
Merge pull request #16 from wagoid/fix/add-plugin-with-jira-rules
fix: errors not showing when PR has only one commit
2019-11-24 09:24:54 -03:00
Wagner Santos
8dd0fbf821 fix: errors not showing when PR has only one commit 2019-11-24 09:21:32 -03:00
Wagner Santos
526db9a478
Merge pull request #14 from jotanavarro/Adding-commitlint-jira-plugin-for-rules
Added plugin with jira rules for `commitlint-config-jira`
2019-11-24 09:20:35 -03:00
Jose Luis Navarro Vicente
6cede4b760
fix: Jira rules can now be used out of the box
Added the `commitlint-plugin-jira-rules` package. Also updated
the `commitlint-config-jira` to its latest version.
2019-11-24 12:43:32 +01:00
Wagner Santos
7637484297
Merge pull request #15 from wagoid/fix/also-check-range-of-commits-for-push-events
fix: also check range of commits for push events
2019-11-23 18:38:32 -03:00
Wagner Santos
213c2974cb ci: fix action always working on CI 2019-11-23 18:34:21 -03:00
Wagner Santos
aa3e7ae63b fix: also check range of commits for push events
This covers the case when sending multiple commits together in ome push.
2019-11-23 18:33:59 -03:00
Yusuke Otsuka
c1cb555db5 feat: support opts for lint 2019-11-08 15:25:52 +09:00
Wagner Santos
dbcd202509 chore(release): publish 2019-10-21 15:18:17 +01:00
Wagner Santos
813e6e2882
Merge pull request #10 from vidavidorra/master
fix: update @commitlint/config-conventional to latest version
2019-10-21 11:07:10 -03:00
Jeroen de Bruijn
4fb94958d7
fix: set @commitlint/config-conventional to exact version 8.2.0 2019-10-20 21:14:37 +02:00
Jeroen de Bruijn
bc31cecbe8
fix: update @commitlint/config-conventional to latest version 2019-10-20 17:29:25 +02:00
Wagner Santos
026860da74 docs: update version in instructions 2019-10-18 17:01:16 -03:00
Wagner Santos
a64f515279 chore(release): publish 2019-10-18 16:55:42 -03:00
Wagner Santos
7003639b26
Merge pull request #9 from wagoid/fix/lerna-scopes-not-working-due-to-missing-lerna
Fix/lerna scopes not working due to missing lerna
2019-10-18 16:51:12 -03:00