diff --git a/.github/workflows/checker.yml b/.github/workflows/checker.yml index 7757b45..8d68c4a 100644 --- a/.github/workflows/checker.yml +++ b/.github/workflows/checker.yml @@ -24,10 +24,10 @@ jobs: hasSome: feature,fix,changed,deprecated,removed,security,docs,dependencies githubToken: ${{ secrets.GITHUB_TOKEN }} - # validate-pull-request-title: - # name: Validate PR title - # runs-on: ubuntu-latest - # steps: - # - uses: amannn/action-semantic-pull-request@v5 - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + validate-pull-request-title: + name: Validate PR title + runs-on: ubuntu-latest + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}