I keep seeing appveyor failures in my PRs (staged in my nim fork), eg: https://github.com/timotheecour/Nim/pull/424
Here's what I tried:
- rebasing after https://github.com/nim-lang/Nim/pull/16299 (which does mv appveyor.yml appveyor.yml.disabled)
- disable appveyor from my fork: Settings > Webhooks => select appveyor => edit > deselect Active
- ditto, but deselect pull request and push
- delete appveyor webhook altogether
- close/reopen the PR after each of those operations
Nothing seems to work.