This is an automated email from the ASF dual-hosted git repository.
github-merge-queue[bot] pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/texera.git
from af664995e7 fix(frontend): stop forum login from looping when Flarum
auth fails (#5311)
new 12d1d60fbd ci: auto-sync docs/ to the website on doc changes (#5308)
new 7a6c22a09b test(frontend): cover HubWorkflowDetailComponent (#5236)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/sync-docs-to-site.yml | 202 ++++++++++
.../detail/hub-workflow-detail.component.spec.ts | 442 +++++++++++++++++++++
.../detail/hub-workflow-detail.component.ts | 6 +-
3 files changed, 648 insertions(+), 2 deletions(-)
create mode 100644 .github/workflows/sync-docs-to-site.yml
create mode 100644
frontend/src/app/hub/component/workflow/detail/hub-workflow-detail.component.spec.ts