Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(background-sync): clean up open PRs that are deleted on GitHub
Pull requests cannot be deleted via API, only internally by GitHub staff. This may lead to PR references to be "dangling". The resolution is to treat all open PRs that could not be fetched as "upstream deleted". Worst case these PRs will re-appear onto the board on PR activity, or next background sync. Closes #216
- Loading branch information