diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 65ca28b3f7..f3f813f28a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -2,11 +2,12 @@ # run labeler with elevated permissions before other actions -name: Label PR and check title +name: PR Checks on: pull_request_target: branches: ["*"] + types: ["opened", "synchronize"] jobs: lint-pr-title: