diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index d6fa9f18b..6421484f3 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -2,7 +2,7 @@ name: PR Conventional Commit Validation on: pull_request: - types: [opened, synchronize, reopened, edited] + types: [opened, edited] permissions: pull-requests: write