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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:ignore-ignored-orgs📝 Commits (1)
5d94885Skip 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?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.