nikku / wuffle

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

Issue transferred to different repository is not being cleaned up #93

Closed nikku closed 3 years ago

nikku commented 3 years ago

Describe the Bug

Issue is not being cleaned up if the repository is not accessible anymore (due to access restriction or transfer).

Steps to Reproduce

  1. create issue in repository org-1/A
  2. transfer repository to org-2/A
  3. see that issue is still on the board (cf. https://github.com/nikku/wuffle/issues/91)
  4. see that issue is not being cleaned up during background sync

Expected Behavior

The issue may temporarily be still on the board, however, it is cleaned up during background sync.

Environment