-
Notifications
You must be signed in to change notification settings - Fork 66
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
appveyor CI keeps running on my PR's even after I've deleted appveyor webhook #3585
Comments
From the logs I see the last request from webhook was made at |
How can I make "Appveyor build failed" disappear on my PR's, so that the PR shows as "green" ? Removing appveyor.yml and removing the appveyor webhook didn't help. |
Ah, OK, I see what you mean! You've been closing/re-opening PR timotheecour/Nim#424 trying to make it green, however you are, essentially, rebuilding the same (PR's last) commit. Commit statuses are never removed, but they are accumulating and overriding. If your absolutely need a green build to merge that PR you can either push and build some trivial commit (like a small edit to readme) - that will run without AppVeyor or, if you don't want to rebuild everything you can use GitHub Status API (notice there is no DELETE method for a status) and submit two fake "green" statuses for AppVeyor with |
ok, adding some commit and re-pushing to PR did the trick, thanks! |
I keep seeing appveyor failures in my PRs (in my fork of nim repo), eg: timotheecour/Nim#424
Here's what I tried:
Active
Nothing seems to work.
See timotheecour/Nim#424 which still shows:
even after having disabled appveyor webhook:
links
The text was updated successfully, but these errors were encountered: