From: Daniel P. Berrangé Date: Wed, 6 May 2020 11:08:56 +0000 (+0100) Subject: docs: document protected branches and tags X-Git-Tag: v6.4.0-rc1~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0792570549875a17d08da573ea3c215fea06ca89;p=thirdparty%2Flibvirt.git docs: document protected branches and tags 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. Reviewed-by: Andrea Bolognani Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/newreposetup.rst b/docs/newreposetup.rst index ce54aa09d3..f81e26747b 100644 --- a/docs/newreposetup.rst +++ b/docs/newreposetup.rst @@ -63,7 +63,7 @@ required under the **Settings** page: * **Protected branches** - * *Branch*: ``master`` + * *Branch*: ``master`` and ``v*-maint`` * *Allowed to merge*: Developers + Maintainers @@ -71,6 +71,18 @@ required under the **Settings** page: * *Require approval from code owners*: disabled + * **Protected tags** + + * *Tag*: ``v*`` and any project specific tag formats like ``LIBVIRT_*`` or ``CVE*`` + + * *Allowed to create*: Developers + Maintainers + +* **CI/CD** + + * **Runners** + + * *Shared runners*: Enable shared runners + GitHub configuration ====================