ci: validate pr title to adhere conventional commits (#1254)

This commit is contained in:
Slava 2025-08-12 11:51:41 +03:00 committed by GitHub
parent 8cd10edb69
commit d1f2e2399b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,6 +16,15 @@ concurrency:
cancel-in-progress: true
jobs:
pr-title:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.4.1
with:
task_types: '["feat","fix","docs","test","ci","build","refactor","style","perf","chore","revert"]'
matrix:
runs-on: ubuntu-latest
outputs: