From 1a484dad8e5b9d47fbcbc720a0519724ac55e143 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 16 Sep 2026 16:08:11 -0700 Subject: [PATCH] [CI] Enable auto-submit for website update PRs In practice I'm not really reviewing these since they are fully auto-generated anyway. We will still get emails so we can review asynchronously if needed. --- .github/workflows/update-website.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-website.yml b/.github/workflows/update-website.yml index 7257d5fe1eabb..0cd5b13890172 100644 --- a/.github/workflows/update-website.yml +++ b/.github/workflows/update-website.yml @@ -53,6 +53,6 @@ jobs: cd site/emscripten-site git push -f origin update gh pr create --fill --head update --base gh-pages --reviewer sbc100,kripken - # TODO: Enable this once we figure out how to enforce review - # requirment - #gh pr merge --squash --auto + # Enable auto-submit. Currently there is no review requirement so + # these changes are effectively landed with TBR. + gh pr merge --squash --auto