nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

fix(background-sync): properly handle removed repositories #101

Closed nikku closed 3 years ago

nikku commented 3 years ago

Keep track of accessible repositories during background sync and remove all issues that do not belong to such repositories immediately.

This prevents issues hanging on the board that are inaccessible to the board due to ownership transfer or changed GitHub app permissions.

Closes https://github.com/nikku/wuffle/issues/93 Closes https://github.com/nikku/wuffle/issues/90