Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub issue handler #4

Open
nakajimayoshi opened this issue Mar 7, 2023 · 2 comments
Open

Add GitHub issue handler #4

nakajimayoshi opened this issue Mar 7, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nakajimayoshi
Copy link
Contributor

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

@nakajimayoshi nakajimayoshi added the enhancement New feature or request label Mar 7, 2023
@nakajimayoshi nakajimayoshi self-assigned this Mar 7, 2023
@martinheidegger
Copy link
Member

This can/could be done using github actions! (at least in the gh → discord direction) the other way is more difficult.

@nakajimayoshi
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants