diff --git a/.github/workflows/lint_pr.yaml b/.github/workflows/lint_pr.yaml index df5b129800..e67964b432 100644 --- a/.github/workflows/lint_pr.yaml +++ b/.github/workflows/lint_pr.yaml @@ -19,3 +19,20 @@ jobs: - uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + # Configure which types are allowed (newline-delimited). + types: | + # Default: https://github.com/commitizen/conventional-commit-types + feat + fix + docs + style + refactor + perf + test + build + ci + chore + revert + # Custom types + maint