File tree 4 files changed +4
-49
lines changed
4 files changed +4
-49
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
- synchronize
9
9
10
10
jobs :
11
- check_commit_conventions :
11
+ main :
12
12
runs-on : ubuntu-latest
13
13
if : " ! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
14
14
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 }}
Original file line number Diff line number Diff line change 37
37
"@babel/preset-env" : " ^7.11.5" ,
38
38
"@babel/preset-react" : " ^7.10.4" ,
39
39
"@babel/preset-typescript" : " ^7.10.4" ,
40
- "@commitlint/config-conventional" : " ^11.0.0" ,
41
40
"@testing-library/react" : " ^11.0.4" ,
42
41
"@types/babel-types" : " ^7.0.9" ,
43
42
"@types/jest" : " ^26.0.14" ,
Original file line number Diff line number Diff line change 1068
1068
exec-sh "^0.3.2"
1069
1069
minimist "^1.2.0"
1070
1070
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
-
1078
1071
"@eslint/eslintrc@^0.1.3":
1079
1072
version "0.1.3"
1080
1073
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.1.3.tgz#7d1a2b2358552cc04834c0979bd4275362e37085"
@@ -4580,15 +4573,6 @@ conventional-changelog-angular@^5.0.3:
4580
4573
compare-func "^2.0.0"
4581
4574
q "^1.5.1"
4582
4575
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
-
4592
4576
conventional-changelog-core@^3.1.6:
4593
4577
version "3.2.3"
4594
4578
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-3.2.3.tgz#b31410856f431c847086a7dcb4d2ca184a7d88fb"
You can’t perform that action at this time.
0 commit comments