fix(infra): remove edited from PR labeler triggers (#34760)

file-based only needs to update on new commits (`synchronize`)
This commit is contained in:
Mason Daugherty
2026-01-14 22:28:52 -05:00
committed by GitHub
parent 0ab5010bcf
commit d4663be53d

View File

@@ -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: