mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
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 <abologna@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
eea5d63a22
commit
0792570549
@ -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
|
||||
====================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user