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

When a bid is saved, add a watch for the issue #36

Closed
groovecoder opened this issue Oct 18, 2014 · 4 comments
Closed

When a bid is saved, add a watch for the issue #36

groovecoder opened this issue Oct 18, 2014 · 4 comments

Comments

@groovecoder
Copy link
Member

No description provided.

@groovecoder
Copy link
Member Author

We should use GitHub PubSubHubbub: https://developer.github.com/v3/repos/hooks/#pubsubhubbub

@jgmize
Copy link
Member

jgmize commented Oct 18, 2014

After doing some testing, it appears that in order to use the pubsubhubbub api we have to authenticate to github as a collaborator on the repo for the events we want to watch, not just any account.

@jgmize
Copy link
Member

jgmize commented Oct 18, 2014

And by collaborator, I mean an admin. I tested this using a separate machine account I originally created for c9.io, and while I was able "subscribe" to issues on a repo that account created, but not one that it was merely able to push code to. For those, github responds with a 422.

@groovecoder
Copy link
Member Author

So, considering the PuSH is out, I'll supersede this with a different issue: "Create cron job to poll status of all issues with bids."

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

No branches or pull requests

2 participants