diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 8c0f6ae6d48f..ff4ed05a51a8 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,8 @@ name: Labeling and Verification on: pull_request_target: - types: [opened, synchronize, reopened, edited] # I would prefer this not to run on synchronize but otherwise it blocks merge queue if required + types: [opened, reopened, edited] + merge_group: jobs: label: runs-on: ubuntu-latest