diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86b6b8..e912124 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,30 @@ concurrency: cancel-in-progress: true jobs: + pr-title: + if: github.event_name == 'pull_request' + runs-on: ubuntu-latest + permissions: + pull-requests: read + steps: + - uses: amannn/action-semantic-pull-request@v5 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + types: | + feat + fix + perf + refactor + docs + test + ci + chore + build + style + revert + requireScope: false + validation: runs-on: ubuntu-latest