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>
* **Protected branches**
- * *Branch*: ``master``
+ * *Branch*: ``master`` and ``v*-maint``
* *Allowed to merge*: Developers + Maintainers
* *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
====================