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

Have eeyore set up a webhook with the event Issue Comment #7

Open
carols10cents opened this issue Feb 26, 2016 · 4 comments
Open

Have eeyore set up a webhook with the event Issue Comment #7

carols10cents opened this issue Feb 26, 2016 · 4 comments

Comments

@carols10cents
Copy link
Member

Like homu does but we should take care of it:

Add a Webhook to your repository:

    Payload URL: http://HOST:PORT/github
    Content type: application/json
    Secret: The same as repo.NAME.github.secret in cfg.toml
    Events: Issue Comment,
@carols10cents
Copy link
Member Author

Create hook API endpoint: https://developer.github.com/v3/repos/hooks/#create-a-hook

@carols10cents
Copy link
Member Author

It looks like we need to request the write:repo_hook scope during the oauth dance.

@carols10cents
Copy link
Member Author

This might not be needed if everything is done via eeyore's web interface!!

@booyaa
Copy link
Contributor

booyaa commented Aug 26, 2016

I'd prefer using the webhook method so triagers can manage issues via GitHub, email, bot, api etc. I'm thinking that our volunteers need the least amount of resistance to manage the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants