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
The broadcasting will be the easy part as that is the main responsibility of the GitHub API, since various discord actions would occur in response to different GitHub events (closing of threads, updating, opening) it'd be easier to put all the logic in one "handler" on the bot
Add a handler which leverages the GitHub API to sync issues to discord.
Features:
- Open new thread when new issue is opened
- Auto closing of threads on issue close
- Update threads when new message is posted
The text was updated successfully, but these errors were encountered: