From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.309.1580489957278433033 for ; Fri, 31 Jan 2020 08:59:17 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=enTcnwI+; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580489956; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=s0tsGx+x043EdzYHw7LWXQ1b9ByeMa00x4Ak6OmBWiE=; b=enTcnwI+rmBbhecKQuewKcWCOKvUw1cSP/5rkfgQpgETsdtYlYAM8i+hBYznWOB3TgnPuc oqzuTUBVBsNnOL413JO3ebbT8+nmabNSZB0gqp+ifmQSfzsZeXAMfvW/CVKhwoAUQKD1DO K8s3lBYjkjFmQJMrIxVmjX4RdvcjSag= 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-241-p_UESSgSO7SaWIkhFXuyPg-1; Fri, 31 Jan 2020 11:59:12 -0500 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B96288010C2; Fri, 31 Jan 2020 16:59:10 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-116-99.ams2.redhat.com [10.36.116.99]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7F8648E5E0; Fri, 31 Jan 2020 16:59:09 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 00/11] SecurityPkg/DxeImageVerificationHandler: fix retval for "deny" policy To: "Kinney, Michael D" , "devel@edk2.groups.io" Cc: "Zhang, Chao B" , "Wang, Jian J" , "Yao, Jiewen" References: <20200116190705.18816-1-lersek@redhat.com> <45017d12-10e1-8a9b-2997-c8fa42fc1049@redhat.com> From: "Laszlo Ersek" Message-ID: Date: Fri, 31 Jan 2020 17:59:08 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-MC-Unique: p_UESSgSO7SaWIkhFXuyPg-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit On 01/31/20 17:52, Kinney, Michael D wrote: > 2) Open PR with the 'push' label set. If all checks > pass, then it is merged. If any checks fail, then > the maintainer can address and do a forced push to > their branch to retry. Yes, this would be ideal, but I don't know how I can open a PR with the push label atomically set. Is this available on the WebUI, or just from the command line? Thanks! Laszlo