From db07b6bf92e855f881955636b31be57c5a00d6eb Mon Sep 17 00:00:00 2001 From: Jamie Feingold Date: Mon, 31 Aug 2026 11:15:45 -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]