We need to prevent accidental deletion of release tags and maint branches. We need to ensure that shared CI runners are enabled on all repos. Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> --- docs/newreposetup.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/newreposetup.rst b/docs/newreposetup.rst index ce54aa09d3..cac4f84813 100644 --- a/docs/newreposetup.rst +++ b/docs/newreposetup.rst @@ -71,6 +71,26 @@ required under the **Settings** page: * *Require approval from code owners*: disabled + * *Branch*: ``v*-maint`` + + * *Allowed to merge*: Developers + Maintainers + + * *Allowed to push*: None (or Developers + Maintainers if MRs not used) + + * *Require approval from code owners*: disabled + + * **Protected tags** + + * *Tag*: ``v*`` + + * *Allowed to create*: Developers + Maintainers + +* **CI/CD** + + * **Runners** + + * *Shared runners*: Enable shared runners + GitHub configuration ==================== -- 2.26.2