[PR #323] [MERGED] Skip the user defined orgs to ignore #6293

Closed
opened 2026-07-12 09:52:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/323
Author: @binary141
Created: 6/14/2026
Status: Merged
Merged: 6/14/2026
Merged by: @arunavo4

Base: mainHead: ignore-ignored-orgs


📝 Commits (1)

  • 5d94885 Skip the user defined orgs to ignore

📊 Changes

2 files changed (+19 additions, -4 deletions)

View changed files

📝 src/lib/github.ts (+7 -1)
📝 src/pages/api/sync/index.ts (+12 -3)

📄 Description

What does this do?

  • When I ignore an org, and click import github data, the org fails to import as my token is not authenticated for that org. This PR omits syncing an org that the user explicitly set to ignore

🔄 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/RayLabsHQ/gitea-mirror/pull/323 **Author:** [@binary141](https://github.com/binary141) **Created:** 6/14/2026 **Status:** ✅ Merged **Merged:** 6/14/2026 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `ignore-ignored-orgs` --- ### 📝 Commits (1) - [`5d94885`](https://github.com/RayLabsHQ/gitea-mirror/commit/5d948850e92586e081184a3997f1e4eadaf1f46a) Skip the user defined orgs to ignore ### 📊 Changes **2 files changed** (+19 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/github.ts` (+7 -1) 📝 `src/pages/api/sync/index.ts` (+12 -3) </details> ### 📄 Description # What does this do? - When I ignore an org, and click import github data, the org fails to import as my token is not authenticated for that org. This PR omits syncing an org that the user explicitly set to ignore --- <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-07-12 09:52:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea-mirror#6293