[PR #17312] [CLOSED] chore: fix PR template #40024

Closed
opened 2026-04-25 12:26:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/17312
Author: @Classic298
Created: 9/9/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (10+)

  • 041a89e build(deps): bump actions/setup-node from 4 to 5
  • 3ff8dee build(deps): bump actions/setup-python from 5 to 6
  • d863fd3 build(deps): bump actions/github-script from 7 to 8
  • 202eada build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend
  • edd65fe build(deps): bump googleapis-common-protos in /backend
  • 5af4714 build(deps): bump pgvector from 0.4.0 to 0.4.1 in /backend
  • 40fab87 Merge pull request #17300 from open-webui/dependabot/github_actions/dev/actions/github-script-8
  • b7243e6 Merge pull request #17298 from open-webui/dependabot/github_actions/dev/actions/setup-python-6
  • 8bc6a30 Merge pull request #17297 from open-webui/dependabot/github_actions/dev/actions/setup-node-5
  • d335851 Merge pull request #17303 from open-webui/dependabot/pip/backend/dev/pgvector-0.4.1

📊 Changes

9 files changed (+28 additions, -19 deletions)

View changed files

📝 .github/pull_request_template.md (+1 -1)
📝 .github/workflows/build-release.yml (+2 -2)
📝 .github/workflows/format-backend.yaml (+1 -1)
📝 .github/workflows/format-build-frontend.yaml (+2 -2)
📝 .github/workflows/release-pypi.yml (+2 -2)
📝 backend/open_webui/utils/tools.py (+12 -1)
📝 backend/requirements.txt (+5 -6)
📝 pyproject.toml (+1 -2)
📝 src/lib/components/chat/MessageInput/Commands/Models.svelte (+2 -2)

📄 Description

Pull Request Checklist

The link to the CLA never led anywhere, at least for me on the GitHub website

Therefore, i am proposing to hardcore the link to the CLA, so it can finally work and point to the latest CLA version.

Contributor License Agreement

By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/17312 **Author:** [@Classic298](https://github.com/Classic298) **Created:** 9/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`041a89e`](https://github.com/open-webui/open-webui/commit/041a89ef5c8171704460d361cb0cf883988e0401) build(deps): bump actions/setup-node from 4 to 5 - [`3ff8dee`](https://github.com/open-webui/open-webui/commit/3ff8deeea8e4cbc1ecc9a62f684119be56f6ce05) build(deps): bump actions/setup-python from 5 to 6 - [`d863fd3`](https://github.com/open-webui/open-webui/commit/d863fd3626f706db4d90cf5cf4294da9a4e0e593) build(deps): bump actions/github-script from 7 to 8 - [`202eada`](https://github.com/open-webui/open-webui/commit/202eada74f210df5cc056dfcc5b738edd2e500a9) build(deps): bump elasticsearch from 9.0.1 to 9.1.0 in /backend - [`edd65fe`](https://github.com/open-webui/open-webui/commit/edd65feff5e664b96aa835dccc2937af098e5051) build(deps): bump googleapis-common-protos in /backend - [`5af4714`](https://github.com/open-webui/open-webui/commit/5af4714bf0dc3ae396322dcbdd241bd350ae7ff3) build(deps): bump pgvector from 0.4.0 to 0.4.1 in /backend - [`40fab87`](https://github.com/open-webui/open-webui/commit/40fab879ff7b9f740509c1bcf63d4c66d4b43b1f) Merge pull request #17300 from open-webui/dependabot/github_actions/dev/actions/github-script-8 - [`b7243e6`](https://github.com/open-webui/open-webui/commit/b7243e6efcc98fd8588dab1adc421fec690cfea5) Merge pull request #17298 from open-webui/dependabot/github_actions/dev/actions/setup-python-6 - [`8bc6a30`](https://github.com/open-webui/open-webui/commit/8bc6a30c7b227b2bb988d84835e4b61b568fb97c) Merge pull request #17297 from open-webui/dependabot/github_actions/dev/actions/setup-node-5 - [`d335851`](https://github.com/open-webui/open-webui/commit/d335851a1c292c25432aa5534fc2e8b9de2bd20d) Merge pull request #17303 from open-webui/dependabot/pip/backend/dev/pgvector-0.4.1 ### 📊 Changes **9 files changed** (+28 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `.github/pull_request_template.md` (+1 -1) 📝 `.github/workflows/build-release.yml` (+2 -2) 📝 `.github/workflows/format-backend.yaml` (+1 -1) 📝 `.github/workflows/format-build-frontend.yaml` (+2 -2) 📝 `.github/workflows/release-pypi.yml` (+2 -2) 📝 `backend/open_webui/utils/tools.py` (+12 -1) 📝 `backend/requirements.txt` (+5 -6) 📝 `pyproject.toml` (+1 -2) 📝 `src/lib/components/chat/MessageInput/Commands/Models.svelte` (+2 -2) </details> ### 📄 Description # Pull Request Checklist The link to the CLA never led anywhere, at least for me on the GitHub website Therefore, i am proposing to hardcore the link to the CLA, so it can finally work and point to the latest CLA version. ### Contributor License Agreement By submitting this pull request, I confirm that I have read and fully agree to the [Contributor License Agreement (CLA)](/CONTRIBUTOR_LICENSE_AGREEMENT), and I am providing my contributions under its terms. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 12:26:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#40024