From d4663be53d1009409481b7cb575bfc1dc3d0aa96 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Wed, 14 Jan 2026 22:28:52 -0500 Subject: [PATCH] fix(infra): remove `edited` from PR labeler triggers (#34760) file-based only needs to update on new commits (`synchronize`) --- .github/workflows/pr_labeler_file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_labeler_file.yml b/.github/workflows/pr_labeler_file.yml index 77de91543de..c7e1f70494a 100644 --- a/.github/workflows/pr_labeler_file.yml +++ b/.github/workflows/pr_labeler_file.yml @@ -8,7 +8,7 @@ on: # Safe since we're not checking out or running the PR's code # Never check out the PR's head in a pull_request_target job pull_request_target: - types: [opened, synchronize, reopened, edited] + types: [opened, synchronize, reopened] jobs: labeler: