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 ====================