-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Setting up AppVeyor for an org #226
Comments
As this would be the same org account for |
Hi @jakirkham, I think AppVeyor should be set up, but I am seeing an issue with the webhook which means that builds are not getting triggered for PRs. It looks like the webhook POST for a "push" event is getting through fine, but the POST for "pull request" events is returning 403, with this in the message body:
Is this anything you've seen before? I googled around a bit but can't find an obvious solution. |
Scratch that, looks like AppVeyor has righted itself (#227). |
I have seen that issue before, but mostly in the context of Can't see why you would have run into the issue here though. The GitHub rate limit resets every hour. So even if that issue does come up, it will eventually go away. The fact that it came up at all is what is interesting. We should keep an eye on it and see if it reoccurs in the future. |
AppVeyor setup LGTM. So closing this out. |
Unlike Travis CI or Coveralls, the AppVeyor setup for an org is a little different. Namely we need to have a dedicate org email, which could use the GMail
+
trick or similar. Then users can be added via this administrator account. More details in this doc.The text was updated successfully, but these errors were encountered: