Skip to content

Commit 75fcf65

Browse files
author
Sergio
committed
Revert "chore: improved commit-lint"
This reverts commit 08db36c.
1 parent 08db36c commit 75fcf65

File tree

4 files changed

+4
-49
lines changed

4 files changed

+4
-49
lines changed

.commitlintrc.yml

-23
This file was deleted.

.github/workflows/lint-pr-title.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ on:
88
- synchronize
99

1010
jobs:
11-
check_commit_conventions:
11+
main:
1212
runs-on: ubuntu-latest
1313
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
1414
steps:
15-
- uses: actions/checkout@v2
16-
with:
17-
fetch-depth: 0
18-
- name: Check commit conventions
19-
uses: wagoid/commitlint-github-action@v2
20-
with:
21-
configFile: .commitlintrc.yml
22-
failOnWarnings: true
15+
- uses: amannn/action-semantic-pull-request@v2.1.0
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"@babel/preset-env": "^7.11.5",
3838
"@babel/preset-react": "^7.10.4",
3939
"@babel/preset-typescript": "^7.10.4",
40-
"@commitlint/config-conventional": "^11.0.0",
4140
"@testing-library/react": "^11.0.4",
4241
"@types/babel-types": "^7.0.9",
4342
"@types/jest": "^26.0.14",

yarn.lock

-16
Original file line numberDiff line numberDiff line change
@@ -1068,13 +1068,6 @@
10681068
exec-sh "^0.3.2"
10691069
minimist "^1.2.0"
10701070

1071-
"@commitlint/config-conventional@^11.0.0":
1072-
version "11.0.0"
1073-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422"
1074-
integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA==
1075-
dependencies:
1076-
conventional-changelog-conventionalcommits "^4.3.1"
1077-
10781071
"@eslint/eslintrc@^0.1.3":
10791072
version "0.1.3"
10801073
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
@@ -4580,15 +4573,6 @@ conventional-changelog-angular@^5.0.3:
45804573
compare-func "^2.0.0"
45814574
q "^1.5.1"
45824575

4583-
conventional-changelog-conventionalcommits@^4.3.1:
4584-
version "4.5.0"
4585-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
4586-
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
4587-
dependencies:
4588-
compare-func "^2.0.0"
4589-
lodash "^4.17.15"
4590-
q "^1.5.1"
4591-
45924576
conventional-changelog-core@^3.1.6:
45934577
version "3.2.3"
45944578
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"

0 commit comments

Comments
 (0)