Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/279 Author: @nikhilbadyal Created: 5/2/2026 Status: 🔄 Open
Base: main ← Head: main
main
f93a08a
4 files changed (+324 additions, -2 deletions)
📝 src/components/config/GitHubMirrorSettings.tsx (+22 -1) ➕ src/lib/github-collaborator-repos.test.ts (+295 -0) 📝 src/lib/github.ts (+6 -1) 📝 src/types/config.ts (+1 -0)
src/components/config/GitHubMirrorSettings.tsx
src/lib/github-collaborator-repos.test.ts
src/lib/github.ts
src/types/config.ts
Filtered GitHub imports to only include owned repositories by default, preventing noise from collaborator repos.
affiliation: 'owner'
/config
github-collaborator-repos.test.ts
Note : GitHub's API defaults to including all accessible repos; this change gives users explicit control over collaborator repo mirroring.
Note
: GitHub's API defaults to including all accessible repos; this change gives users explicit control over collaborator repo mirroring.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/279
Author: @nikhilbadyal
Created: 5/2/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (1)
f93a08afeat(github): Config to allow/disallow mirroring collaborator repos📊 Changes
4 files changed (+324 additions, -2 deletions)
View changed files
📝
src/components/config/GitHubMirrorSettings.tsx(+22 -1)➕
src/lib/github-collaborator-repos.test.ts(+295 -0)📝
src/lib/github.ts(+6 -1)📝
src/types/config.ts(+1 -0)📄 Description
Summary
Filtered GitHub imports to only include owned repositories by default, preventing noise from collaborator repos.
Key Changes
affiliation: 'owner'to GitHub repo fetching./configUI.github-collaborator-repos.test.ts.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.