diff --git a/.github/workflows/titlecheck.yml b/.github/workflows/titlecheck.yml index e3d25022..e54407b7 100644 --- a/.github/workflows/titlecheck.yml +++ b/.github/workflows/titlecheck.yml @@ -20,6 +20,6 @@ jobs: success-state: Title follows the specification. failure-state: Title does not follow the specification. context-name: conventional-pr-title - preset: conventional-changelog-angular@latest + preset: conventional-changelog-angular@7.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}