Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/update-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading