From nobody Mon May 6 06:05:11 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) client-ip=205.139.110.120; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-1.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1588763408; cv=none; d=zohomail.com; s=zohoarc; b=Rz0onsY8tXbRTOzgRIpfYOvwlqDiVyFGRkrqb/NfZKYGgCO+wZOOPjcV79wp9R+9w/b8R35Dg6+TVEI3j5vJqsUyQQ+2w6ixLNPGm+j8s93ZZAbkGKQCqD+EpOpBeUVKKW1NNtRQGj7NyIQZ7AaMHZZsGsP9oN/L4aZqoq4fSm8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1588763408; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=r4YN914AajTjqpdHjyeQDS+yrdST4/qPBqSKW+QWNJo=; b=X6Y+1ojxKiv1Rz0le9yugwoQOwBauDdorbZ6JLawq7hB0/h+S9vv45JqkkA2Hn9hzfN8DqdBPM0SljCLf3rBWUlWRzVLNSY+XaKD85kKK/m80AsFqErwcWXnfAueS/5F+tvpVDfTtnXhr72k7+L8DfIYCVHpHw5ZmGLjVY6vGow= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 205.139.110.120 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by mx.zohomail.com with SMTPS id 1588763408647923.6794488219738; Wed, 6 May 2020 04:10:08 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-432-er2ImwNTM9ylI6ugH1-_6w-1; Wed, 06 May 2020 07:10:04 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6244984624B; Wed, 6 May 2020 11:09:59 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0C88B60C18; Wed, 6 May 2020 11:09:59 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id BF9611809542; Wed, 6 May 2020 11:09:57 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 046B9tf1024619 for ; Wed, 6 May 2020 07:09:55 -0400 Received: by smtp.corp.redhat.com (Postfix) id D11587052E; Wed, 6 May 2020 11:09:55 +0000 (UTC) Received: from localhost.localdomain.com (unknown [10.36.110.48]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2215B579AD; Wed, 6 May 2020 11:09:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1588763407; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=r4YN914AajTjqpdHjyeQDS+yrdST4/qPBqSKW+QWNJo=; b=cl4Z667u/Is7N5fi93BmsHExonddvYM0ZJOo45+h/dybEnkpqjATrBupGSxIH/H0nPihaF 8cjGl/IwjdOhXaVjuYdysewyj38Is5JZfs+jjUHj6ZfANEjqEix5GpND3mgkZO6yvX/qqR NNN53hh62wLSaPZjZKJQAW+qJ0XB1sw= X-MC-Unique: er2ImwNTM9ylI6ugH1-_6w-1 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= To: libvir-list@redhat.com Subject: [libvirt PATCH] docs: documented protected branches and tags Date: Wed, 6 May 2020 12:09:50 +0100 Message-Id: <20200506110950.1071108-1-berrange@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) Content-Type: text/plain; charset="utf-8" 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=C3=A9 --- 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: =20 * *Require approval from code owners*: disabled =20 + * *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 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 --=20 2.26.2