From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.2179.1580501995679280234 for ; Fri, 31 Jan 2020 12:19:55 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=CsyU4105; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1580501994; 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=SMUTqqtCwTZQiMHrqwyviVytjGfQnOOU0CC3f1UkU7s=; b=CsyU41053h9C2wAWfwAL0HFNywUPMttWfgb0WMzK0WaIcb4LdOBAWt/BSfBjrz+N6x4vcQ XDx/xIG6r83E7qFjp9RvXPNy/PmHRTPMbJqIiv3wDusVAOR57k2/ZKvkDQkL7XasV4RvaM Jp5SkfktecTTEgpyDgY5uoEsD8CqTGs= 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-118-46VKneGoP9O5IBcA97UsVA-1; Fri, 31 Jan 2020 15:19:47 -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 ACF151088380; Fri, 31 Jan 2020 20:19:44 +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 6CF978DC27; Fri, 31 Jan 2020 20:19:43 +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: <245e69b7-be55-4d38-9a75-dbc3fd227e77@redhat.com> Date: Fri, 31 Jan 2020 21:19:42 +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: 46VKneGoP9O5IBcA97UsVA-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 18:28, Kinney, Michael D wrote: > Hi Laszlo, > > It can be done with the WebUI. There is a picture on > this page that shows setting the 'push' label before > selecting 'Create Pull Request' > > https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process Aha, found it: https://raw.githubusercontent.com/wiki/tianocore/tianocore.github.io/images/CreateGitHubPullRequest2.png Many thanks, I'll use it in the future! Laszlo >> -----Original Message----- >> From: devel@edk2.groups.io On >> Behalf Of Laszlo Ersek >> Sent: Friday, January 31, 2020 8:59 AM >> To: Kinney, Michael D ; >> devel@edk2.groups.io >> Cc: Zhang, Chao B ; Wang, Jian >> J ; Yao, Jiewen >> >> Subject: Re: [edk2-devel] [PATCH 00/11] >> SecurityPkg/DxeImageVerificationHandler: fix retval for >> "deny" policy >> >> 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 >> >> >> >