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

512 commits

Author SHA1 Message Date
Yossi Saadi
038b0eee2a Revert "chore: temporarily change docker image"
This reverts commit 39350effdcf4bfff6d24ed897f5d9ae5c6dbb4c2.
2024-12-08 13:20:50 +02:00
Yossi Saadi
38c81ca3a8 chore: temporarily change docker image 2024-12-08 13:20:50 +02:00
Yossi Saadi
08591292ae test: merge_group event 2024-12-08 13:20:50 +02:00
Yossi Saadi
fa634960b5 feat: handle merge_group event - get squashed commit 2024-12-08 13:20:50 +02:00
GitHub Action
3d28780bbf chore(release): publish 6.1.2 [skip-ci] 2024-09-04 15:19:00 +00:00
Brian Triplett
47ff1315a1
fix: using compareCommits for push event commit query (#801)
* fix: fixed logic in push event API request to only get commits from before to after event

* fix: getting events from first push using push event payload
2024-09-04 12:15:40 -03:00
GitHub Action
a2bc521d74 chore(release): publish 6.1.1 [skip-ci] 2024-08-21 07:37:39 +00:00
Wagner Santos
bc25072483
Merge pull request #800 from wagoid/revert-798-feat/using-rest-for-push
Revert "feat: updating push event trigger to use rest API (OctoKit) vs push event"
2024-08-21 04:34:25 -03:00
Wagner Santos
09a8abb757
Revert "feat: updating push event trigger to use rest API (OctoKit) vs push event" 2024-08-21 04:30:36 -03:00
GitHub Action
dbd4ecd47d chore(release): publish 6.1.0 [skip-ci] 2024-08-20 22:04:25 +00:00
Wagner Santos
0de15449e9
Merge pull request #798 from ncino/feat/using-rest-for-push
feat: updating push event trigger to use rest API (OctoKit) vs push event
2024-08-20 19:03:20 -03:00
brian-triplett
c3ab7fd301 fix: updating unit tests with mocking push octokit list commits 2024-08-20 15:57:45 -04:00
brian-triplett
70e22e9538 feat: updating push event trigger to use rest API (OctoKit) vs push event 2024-08-19 11:01:00 -04:00
GitHub Action
baa1b236f9 chore(release): publish 6.0.2 [skip-ci] 2024-08-05 09:41:04 +00:00
Wagner Santos
310ec1e09c
Merge pull request #796 from Jayllyz/build/bump-node-lts
build: update node.js version to 20.16.0
2024-08-05 06:40:00 -03:00
Antony David
3265b234f0
chore(ci): run ci with node 20.16 2024-08-03 13:09:55 +02:00
Antony David
2e05d03e3b
build: update node.js version to 20.16.0 2024-08-03 10:01:41 +02:00
GitHub Action
7f0a61df50 chore(release): publish 6.0.1 [skip-ci] 2024-04-10 12:50:11 +00:00
Wagner Santos
ada5d09c8b
Merge pull request #783 from wagoid/dependabot/npm_and_yarn/multi-362ecca630
chore(deps): bump semver
2024-04-10 09:48:52 -03:00
Wagner Santos
d6e1800474
Merge pull request #782 from wagoid/dependabot/npm_and_yarn/ip-1.1.9
chore(deps): bump ip from 1.1.8 to 1.1.9
2024-04-10 09:48:18 -03:00
Wagner Santos
b5298312f2
Merge pull request #781 from wagoid/dependabot/npm_and_yarn/tar-6.2.1
chore(deps): bump tar from 6.1.11 to 6.2.1
2024-04-10 09:48:08 -03:00
dependabot[bot]
7070c25abb
chore(deps): bump semver
Bumps  and [semver](https://github.com/npm/node-semver). These dependencies needed to be updated together.

Updates `semver` from 5.7.1 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v7.6.0)

Updates `semver` from 6.3.0 to 7.6.0
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v7.6.0)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 12:46:09 +00:00
dependabot[bot]
a7438fc5ee
chore(deps): bump ip from 1.1.8 to 1.1.9
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 12:45:28 +00:00
dependabot[bot]
bfdc3d18ea
chore(deps): bump tar from 6.1.11 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.11 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.11...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 12:45:26 +00:00
Wagner Santos
8fa8a3e33d
Merge pull request #779 from wagoid/dependabot/npm_and_yarn/minor-and-patch-4da0c3c704
chore(deps-dev): bump the minor-and-patch group with 4 updates
2024-04-10 09:45:24 -03:00
Wagner Santos
8d57fded84
Merge pull request #778 from wagoid/dependabot/npm_and_yarn/undici-5.28.4
chore(deps): bump undici from 5.27.0 to 5.28.4
2024-04-10 09:44:54 -03:00
dependabot[bot]
ab651d8951
chore(deps-dev): bump the minor-and-patch group with 4 updates
Bumps the minor-and-patch group with 4 updates: [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) and [yaml](https://github.com/eemeli/yaml).


Updates `@babel/core` from 7.24.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-core)

Updates `@babel/preset-env` from 7.19.3 to 7.24.4
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.4/packages/babel-preset-env)

Updates `eslint-plugin-import` from 2.27.5 to 2.29.1
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.29.1)

Updates `yaml` from 2.1.3 to 2.4.1
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.1.3...v2.4.1)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 02:42:33 +00:00
dependabot[bot]
70fb930449
chore(deps): bump undici from 5.27.0 to 5.28.4
Bumps [undici](https://github.com/nodejs/undici) from 5.27.0 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.27.0...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-04 16:42:25 +00:00
Wagner Santos
edca0670cf ci: group minor and patch updates in a single PR [skip-ci] 2024-04-01 08:59:32 -03:00
GitHub Action
3c75220e8d chore(release): publish 6.0.0 [skip-ci] 2024-03-28 20:15:52 +00:00
Wagner Santos
1b31c7bbc5
Merge pull request #763 from wagoid/feat/upgrade-commitlint-v19
feat: upgrade commitlint v19
2024-03-28 17:14:31 -03:00
Wagner Santos
732f0ad7d5 feat: upgrade to commitlint v19
BREAKING CHANGE: `commitlint.config.js` is not supported anymore, please use `.mjs` extension
2024-03-28 17:05:21 -03:00
GitHub Action
9763196e10 chore(release): publish 5.5.1 [skip-ci] 2024-03-28 19:44:32 +00:00
Wagner Santos
05eef5d310
Merge pull request #762 from wagoid/fix-upgrade-commitlint-to-latest-v18
fix: upgrade commitlint to latest v18
2024-03-28 16:43:22 -03:00
Wagner Santos
6ee28c9300 fix: upgrade commitlint to latest v18
This fixes #760 properly, without breaking changes.
We'll upgrade commitlint to v19 in a major change to the version.
2024-03-28 16:40:24 -03:00
GitHub Action
adaa347ad8 chore(release): publish 5.5.0 [skip-ci] 2024-03-28 19:36:53 +00:00
Wagner Santos
b4059391fc
Merge pull request #761 from wagoid/fix/rollback-esm-update
fix: rollback update of commitlint to support configs that use commonjs
2024-03-28 16:35:36 -03:00
Wagner Santos
234f2a3dd8 ci: include all commits when releasing to build proper release notes 2024-03-28 16:35:24 -03:00
Wagner Santos
06143b235b fix: rollback update of commitlint to support configs that use commonjs 2024-03-28 16:29:46 -03:00
GitHub Action
e15adf3661 chore(release): publish 5.4.6 [skip-ci] 2024-03-28 12:07:43 -03:00
Wagner Santos
d901f08b4d
Merge pull request #760 from wagoid/fix/upgrade-commitlint
feat: upgrade commitlint to latest version
2024-03-28 11:57:06 -03:00
Wagner Santos
2ff45dc120 feat: upgrade commitlint to latest version 2024-03-28 11:53:40 -03:00
GitHub Action
5ce82f5d81 chore(release): publish 5.4.5 [skip-ci] 2024-01-08 12:19:47 +00:00
Wagner Santos
4aa3d8f3ae
docs: add permissions to instructions 2024-01-08 09:18:38 -03:00
GitHub Action
0d749a1a91 chore(release): publish 5.4.4 [skip-ci] 2023-11-01 08:49:07 +00:00
Wagner Santos
a36e8931bd
Merge pull request #751 from wagoid/chore/upgrade-commitlint-to-18
chore(deps): upgrade commitlint packages to 18
2023-11-01 05:47:26 -03:00
Wagner Santos
884a74d821 chore(deps): add overrides while commitlint-plugin-function-rules doesn't allow v18 2023-11-01 05:45:19 -03:00
Wagner Santos
5283ccb43a chore(deps): update @actions packages 2023-11-01 05:34:36 -03:00
Wagner Santos
fc3ebae709 chore(deps): upgrade commitlint packages
BREAKING CHANGE: action now runs on commitlint 18
2023-11-01 05:32:16 -03:00
Wagner Santos
a8947aa26c chore(deps): update node version to 20.9.0
BREAKING CHANGE: action now runs on Node 20.9.0
2023-11-01 05:26:00 -03:00