From 72093f74147f3c67f17ab86e5c264bd4c07072bf Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Mon, 31 Aug 2026 11:02:10 -0500 Subject: [PATCH] build: add 'synchronize' type to pull request validation (W-23251216) @W-23251216@ --- .github/workflows/validate-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pr.yml b/.github/workflows/validate-pr.yml index a312052e..0f27b0de 100644 --- a/.github/workflows/validate-pr.yml +++ b/.github/workflows/validate-pr.yml @@ -2,7 +2,7 @@ name: pr-validation on: pull_request: - types: [opened, reopened, edited] + types: [opened, reopened, edited, synchronize] # only applies to PRs that want to merge to main branches: [main]