diff --git a/.github/workflows/pr-semantic.yml b/.github/workflows/pr-semantic.yml index 1ce2dc0e78a..6faa2e2fe09 100644 --- a/.github/workflows/pr-semantic.yml +++ b/.github/workflows/pr-semantic.yml @@ -9,3 +9,20 @@ jobs: - uses: amannn/action-semantic-pull-request@v5.5.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + types: | + # default https://github.com/commitizen/conventional-commit-types/blob/master/index.json + feat + fix + docs + style + refactor + perf + test + build + ci + chore + revert + + # custom + deprecate