diff --git a/.github/workflows/titlecheck.yml b/.github/workflows/titlecheck.yml index 6a3c8254..619abe4a 100644 --- a/.github/workflows/titlecheck.yml +++ b/.github/workflows/titlecheck.yml @@ -17,11 +17,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Check conventinal title - uses: aslafy-z/conventional-pr-title-action@v3.2.0 - with: - success-state: Title follows the specification. - failure-state: Title does not follow the specification. - context-name: conventional-pr-title - preset: conventional-changelog-angular@7.0.0 + uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}