diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml new file mode 100644 index 00000000..0c22d8fc --- /dev/null +++ b/.github/workflows/pr-validation.yml @@ -0,0 +1,15 @@ +name: PR Conventional Commit Validation +run-name: PR Conventional Commit Validation + +on: + pull_request: + types: [opened, reopened, edited] + +jobs: + validate-pr-title: + runs-on: ubuntu-latest + steps: + - name: PR Conventional Commit Validation + uses: ytanikin/pr-conventional-commits@639145d78959c53c43112365837e3abd21ed67c1 # 1.5.2 + with: + task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' \ No newline at end of file