atsid / permissive

Permissions management console and services
Apache License 2.0
3 stars 1 forks source link

Cleanup unused zzz-permissive teams #143

Open natoverse opened 9 years ago

natoverse commented 9 years ago

If a repo is renamed or deleted, it's permissive teams should go away. Right now we don't do anything, so they'll accumulate indefinitely. We should have a process that run periodically to remove these. It could take the form of either a timer-fired routine, or something that kicks off with certain user requests (though we'd need to ensure that it doesn't impact those requests).

natoverse commented 9 years ago

We may also be able to use github webhooks to trigger this.