You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
Implement a bi-directional sync between GitHub Issues and a designated Discord forum channel. Each thread maps to a GitHub issue, allowing contributors to participate without leaving Discord.
Features
Map Discord tags ↔ GitHub labels
Create GitHub issues when a thread is opened in the forum
Mirror replies as comments (both ways)
Update thread title when GitHub issue title changes
Detect and sync status changes (closed/reopened)
Rate limit API calls and handle pagination
Optional: AI summarizer or answer highlighter in threads (AnswerOverflow-style)
Use Cases
Allow community members to suggest ideas via Discord
Enable brain-dump ideas and discussion to flow into trackable issues
Simplify issue triage by using Discord-native context
✨ feat: Implement Issues Forum Sync
Summary
Implement a bi-directional sync between GitHub Issues and a designated Discord forum channel. Each thread maps to a GitHub issue, allowing contributors to participate without leaving Discord.
Features
Use Cases