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 8c7089b3fa chore(operators): Add proper descriptions to text source
fields (#6804)
new 916c9e319f refactor(frontend): extract dataset settings into Settings
tab (#6493)
new 31f1e7bf8a ci: automate backport labeling and open PRs for failed
backports (#6941)
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/release-branches.yml | 46 ++
.github/scripts/create-backport-branch.sh | 114 +++
.github/scripts/release_branches.py | 115 +++
.github/workflows/backport-auto-label.yml | 208 ++++++
.github/workflows/direct-backport-push.yml | 340 +++++++--
.github/workflows/required-checks.yml | 81 ++-
.../dataset-detail.component.html | 770 +++++++++++----------
.../dataset-detail.component.scss | 77 +++
.../dataset-detail.component.spec.ts | 145 +++-
.../dataset-detail.component.ts | 66 +-
10 files changed, 1560 insertions(+), 402 deletions(-)
create mode 100644 .github/release-branches.yml
create mode 100755 .github/scripts/create-backport-branch.sh
create mode 100644 .github/scripts/release_branches.py
create mode 100644 .github/workflows/backport-auto-label.yml