From 9fc4b6a72a0a68471fac07b5973d3af1fa544fb0 Mon Sep 17 00:00:00 2001 From: cloudesire-bot Date: Mon, 5 Aug 2024 09:59:09 +0200 Subject: [PATCH] Add .github/workflows/lint-pr-title.yml file [skip ci] --- .github/workflows/lint-pr-title.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 87f85e6..185a208 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -17,3 +17,19 @@ jobs: - uses: amannn/action-semantic-pull-request@v5.4.0 env: GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }} + with: + # Default: https://github.com/commitizen/conventional-commit-types + # https://github.com/amannn/action-semantic-pull-request?tab=readme-ov-file#configuration + types: | + fix + feat + chore + deps + docs + style + refactor + test + perf + build + ci + revert