-
Notifications
You must be signed in to change notification settings - Fork 8
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
/new webgroup issue command #9
Comments
A blockbot service account may need to be specified for this to work to be able to submit the issues. The user could be specified based on their discord username. |
I believe @wizzdom mentioned a RBCmt account, but I think a Webgroup service account would be more suitable (for the name but also for permissions). |
The website has an abstraction layer that uses the Github API to pull Markdown from repos, which I considered extracting into a common resource: useful for cases like this. The implementation uses Javascript, so it would need to be extracted into a simple REST API (like |
Yes, I guess it depends on the use case, we could either use a tightly controlled GitHub token on the RBCmt account or will use a separate webgroup service account. Will have to have a look into github access tokens and how tightly we can limit them in scope. |
Add a
/new
command so members can add an issue to the Webgroup backlog, from the Discord server.Requirements
The text was updated successfully, but these errors were encountered: