diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 9500d06e20c72..a3eacf59078db 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -1,7 +1,12 @@ name: Lint pull request title on: - pull_request: + pull_request_target: + types: + - opened + - edited + - synchronize + - reopened permissions: pull-requests: read