nikku / wuffle

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

Exclude archived repository #79

Closed retog closed 4 years ago

retog commented 4 years ago

Is your feature request related to a problem? Please describe.

Problem: currently we see issues from archived repository, as one cannot resolve issues in a read-only repo this makes little sense.

Describe the solution you'd like

Archived repositories should be ignored.

Describe alternatives you've considered

There could also be an ignore-list in the config if one wants to enable wuffle for all current and future reposiries except a few.

nikku commented 4 years ago

Makes absolute sense. Would you like to contribute this feature?

retog commented 4 years ago

Actually I see myself more as fan and issue contributor as my limited resources are overstreched with other open source projectes. I nevertheless gave it a quick glance and it seems like it's already there!

https://github.com/nikku/wuffle/blob/374563a73eb95e6095bbeef2c4a8c4afaa4b809e/packages/app/lib/apps/background-sync/BackgroundSync.js#L114

Maybe I've been using an outdated image? Sorry for that.

nikku commented 4 years ago

Thanks for reporting. I was not sure if I added it. :bulb: