ci: only run PR title validation on open and edit (#565)

Remove synchronize and reopened triggers since this workflow only
validates the PR title, which doesn't change on new commits or reopen.
This commit is contained in:
Dani Akash
2026-03-26 23:06:11 +05:30
committed by GitHub
parent 0f193055c7
commit 392312f203

View File

@@ -2,7 +2,7 @@ name: PR Conventional Commit Validation
on:
pull_request:
types: [opened, synchronize, reopened, edited]
types: [opened, edited]
permissions:
pull-requests: write