[PR #3199] [MERGED] chore: rename Github to GitHub #4230

Closed
opened 2026-02-22 18:35:24 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/3199
Author: @setchy
Created: 2/13/2025
Status: Merged
Merged: 2/13/2025
Merged by: @timothycarambat

Base: masterHead: chore/update-github-case


📝 Commits (4)

  • 35798b2 chore: rename Github to GitHub
  • 2d77a4d chore: rename Github to GitHub
  • 7177b40 Undo some code changes for references
  • 3993e32 Merge branch 'chore/update-github-case' into pr-3199-branch

📊 Changes

35 files changed (+68 additions, -68 deletions)

View changed files

📝 .devcontainer/README.md (+4 -4)
📝 .github/workflows/build-and-push-image.yaml (+2 -2)
📝 .github/workflows/check-translations.yaml (+1 -1)
📝 BARE_METAL.md (+1 -1)
📝 collector/extensions/resync/index.js (+1 -1)
📝 collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js (+8 -8)
📝 collector/utils/extensions/RepoLoader/GithubRepo/index.js (+8 -8)
📝 collector/utils/extensions/RepoLoader/index.js (+1 -1)
📝 frontend/.env.example (+1 -1)
📝 frontend/src/components/DataConnectorOption/media/index.js (+2 -2)
📝 frontend/src/components/DefaultChat/index.jsx (+1 -1)
📝 frontend/src/components/Footer/index.jsx (+2 -2)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx (+1 -1)
📝 frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx (+1 -1)
📝 frontend/src/locales/de/common.js (+2 -2)
📝 frontend/src/locales/en/common.js (+2 -2)
📝 frontend/src/locales/es/common.js (+2 -2)
📝 frontend/src/locales/fa/common.js (+1 -1)
📝 frontend/src/locales/fr/common.js (+2 -2)
📝 frontend/src/locales/he/common.js (+2 -2)

...and 15 more files

📄 Description

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

Relevant Issues

resolves #xxx

What is in this change?

Rename uses of Github to GitHub

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 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/Mintplex-Labs/anything-llm/pull/3199 **Author:** [@setchy](https://github.com/setchy) **Created:** 2/13/2025 **Status:** ✅ Merged **Merged:** 2/13/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `chore/update-github-case` --- ### 📝 Commits (4) - [`35798b2`](https://github.com/Mintplex-Labs/anything-llm/commit/35798b2563c98c918a02b9f880525cba64fe569a) chore: rename Github to GitHub - [`2d77a4d`](https://github.com/Mintplex-Labs/anything-llm/commit/2d77a4dabb552d15c46cae68423a0c951edb5ef1) chore: rename Github to GitHub - [`7177b40`](https://github.com/Mintplex-Labs/anything-llm/commit/7177b40f51d958b482b33f6e85546b45025369d7) Undo some code changes for references - [`3993e32`](https://github.com/Mintplex-Labs/anything-llm/commit/3993e328163759bda2c333e91bcc6fc0a649ac8a) Merge branch 'chore/update-github-case' into pr-3199-branch ### 📊 Changes **35 files changed** (+68 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `.devcontainer/README.md` (+4 -4) 📝 `.github/workflows/build-and-push-image.yaml` (+2 -2) 📝 `.github/workflows/check-translations.yaml` (+1 -1) 📝 `BARE_METAL.md` (+1 -1) 📝 `collector/extensions/resync/index.js` (+1 -1) 📝 `collector/utils/extensions/RepoLoader/GithubRepo/RepoLoader/index.js` (+8 -8) 📝 `collector/utils/extensions/RepoLoader/GithubRepo/index.js` (+8 -8) 📝 `collector/utils/extensions/RepoLoader/index.js` (+1 -1) 📝 `frontend/.env.example` (+1 -1) 📝 `frontend/src/components/DataConnectorOption/media/index.js` (+2 -2) 📝 `frontend/src/components/DefaultChat/index.jsx` (+1 -1) 📝 `frontend/src/components/Footer/index.jsx` (+2 -2) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/Connectors/Github/index.jsx` (+1 -1) 📝 `frontend/src/components/Modals/ManageWorkspace/DataConnectors/index.jsx` (+1 -1) 📝 `frontend/src/locales/de/common.js` (+2 -2) 📝 `frontend/src/locales/en/common.js` (+2 -2) 📝 `frontend/src/locales/es/common.js` (+2 -2) 📝 `frontend/src/locales/fa/common.js` (+1 -1) 📝 `frontend/src/locales/fr/common.js` (+2 -2) 📝 `frontend/src/locales/he/common.js` (+2 -2) _...and 15 more files_ </details> ### 📄 Description ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [ ] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [x] 🔨 chore - [ ] 📝 docs ### Relevant Issues <!-- Use "resolves #xxx" to auto resolve on merge. Otherwise, please use "connect #xxx" --> resolves #xxx ### What is in this change? <!-- Describe the changes in this PR that are impactful to the repo. --> Rename uses of `Github` to `GitHub` ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [ ] I ran `yarn lint` from the root of the repo & committed changes - [ ] Relevant documentation has been updated - [ ] I have tested my code functionality - [ ] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:24 -05:00
yindo closed this issue 2026-02-22 18:35:24 -05:00
yindo changed title from [PR #3199] chore: rename Github to GitHub to [PR #3199] [MERGED] chore: rename Github to GitHub 2026-06-05 15:17:30 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4230