Add GITHUB_EXCLUDED_ORGS support for organization filtering

This commit is contained in:
Sulaiman Khan Ghori
2025-07-18 15:58:04 -07:00
parent 8d2919717f
commit 8d7ca8dd8f
4 changed files with 20 additions and 2 deletions

View File

@@ -92,6 +92,7 @@ JWT_SECRET=your-secret-here
# GitHub Configuration
GITHUB_TOKEN=ghp_...
GITHUB_WEBHOOK_SECRET=...
GITHUB_EXCLUDED_ORGS=org1,org2,org3 # Optional: Comma-separated list of organizations to exclude from sync
# Gitea Configuration
GITEA_URL=https://your-gitea.com
@@ -202,4 +203,4 @@ Expected build times:
- Configure with [Configuration Guide](./CONFIGURATION.md)
- Deploy with [Deployment Guide](./DEPLOYMENT.md)
- Set up authentication with [SSO Guide](./SSO-OIDC-SETUP.md)
- Set up authentication with [SSO Guide](./SSO-OIDC-SETUP.md)