ci: add PR title lint (#458)

Signed-off-by: Andy Lee <andy.lee@suse.com>
(cherry picked from commit e155d46483e8c00e6aeffe208fdc73f8893a8ea8)
This commit is contained in:
Andy Lee 2025-08-22 10:38:39 +08:00 committed by Mergify
parent fa78229d3a
commit 13902d02bf

View File

@ -22,6 +22,10 @@ jobs:
- name: Run tests - name: Run tests
uses: ./.github/actions/lint uses: ./.github/actions/lint
- name: Validate PR title lint
shell: bash
run: echo "${{ github.event.pull_request.title }}" | npx commitlint
- name: Validate commit messages - name: Validate commit messages
shell: bash shell: bash
run: | run: |