2
votes

I have a project on GitHub that is hooked with AppVeyor for continuous integration. AppVeyor is supposed to post status updates to pull requests, as in this example. However, it doesn't work for my project. AppVeyor builds are correctly triggered, but pull requests don't show the status indicators.

How can I make it work? Is there a specific way to set up the AppVeyor project?

1

1 Answers

2
votes

OK, looks like it was just an authorization problem. The project was initially under my own account, but I recently transferred it to an organization. I had to revoke AppVeyor access and grant it again, with access to the organization.