Skip to content

Commit fb0dbce

Browse files
committed
feat(actions): downgrade conventional-changelog-angular to 7.0.0
This change will pin the version of conventional-changelog-angular instead of using the latest version, which changed their packages to ESM-only. I believe the ESM-only packages causes the issue of require() not being supported. Signed-off-by: Casale, Robert <[email protected]>
1 parent eb71263 commit fb0dbce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/titlecheck.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: titlecheck
22

33
# Run on PR
44
on:
5+
# enable for testing new changes
6+
# pull_request:
57
pull_request_target:
68
types:
79
- opened
@@ -20,6 +22,6 @@ jobs:
2022
success-state: Title follows the specification.
2123
failure-state: Title does not follow the specification.
2224
context-name: conventional-pr-title
23-
preset: conventional-changelog-angular@latest
25+
preset: conventional-changelog-angular@7.0.0
2426
env:
2527
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)