AUTO_WATCH_NEW_REPOS: true: Enable this to let all organisation users watch new repos when they are created
There was a question from Gunnar on whether they could configure more fine grained permissions for watching. Right now, if you create anything under the autonomic-cooperative namespace, then you are automatically watching that. That is not very nice actually IMHO.
I say we flick it to false and then if there is something you want the rest to be aware of you need to raise it in the #infrastructure channel so that people still can be aware. Just a slight manual step further but probably a big gain in terms of sanity for those who don't want to bombarded by e-mails (as is sometimes the case when we're experimenting).
From https://docs.gitea.io/en-us/config-cheat-sheet/
> AUTO_WATCH_NEW_REPOS: true: Enable this to let all organisation users watch new repos when they are created
There was a question from Gunnar on whether they could configure more fine grained permissions for watching. Right now, if you create anything under the autonomic-cooperative namespace, then you are automatically watching that. That is not very nice actually IMHO.
I say we flick it to `false` and then if there is something you want the rest to be aware of you need to raise it in the `#infrastructure` channel so that people still can be aware. Just a slight manual step further but probably a big gain in terms of sanity for those who don't want to bombarded by e-mails (as is sometimes the case when we're experimenting).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
From https://docs.gitea.io/en-us/config-cheat-sheet/
There was a question from Gunnar on whether they could configure more fine grained permissions for watching. Right now, if you create anything under the autonomic-cooperative namespace, then you are automatically watching that. That is not very nice actually IMHO.
I say we flick it to
falseand then if there is something you want the rest to be aware of you need to raise it in the#infrastructurechannel so that people still can be aware. Just a slight manual step further but probably a big gain in terms of sanity for those who don't want to bombarded by e-mails (as is sometimes the case when we're experimenting).426987a4b3