From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mx.groups.io with SMTP id smtpd.web09.886.1580491712057594673 for ; Fri, 31 Jan 2020 09:28:32 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.120, mailfrom: michael.d.kinney@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Jan 2020 09:28:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,386,1574150400"; d="scan'208";a="233498020" Received: from orsmsx106.amr.corp.intel.com ([10.22.225.133]) by orsmga006.jf.intel.com with ESMTP; 31 Jan 2020 09:28:30 -0800 Received: from orsmsx125.amr.corp.intel.com (10.22.240.125) by ORSMSX106.amr.corp.intel.com (10.22.225.133) with Microsoft SMTP Server (TLS) id 14.3.439.0; Fri, 31 Jan 2020 09:28:30 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.57]) by ORSMSX125.amr.corp.intel.com ([169.254.3.145]) with mapi id 14.03.0439.000; Fri, 31 Jan 2020 09:28:30 -0800 From: "Michael D Kinney" To: "devel@edk2.groups.io" , "lersek@redhat.com" , "Kinney, Michael D" CC: "Zhang, Chao B" , "Wang, Jian J" , "Yao, Jiewen" Subject: Re: [edk2-devel] [PATCH 00/11] SecurityPkg/DxeImageVerificationHandler: fix retval for "deny" policy Thread-Topic: [edk2-devel] [PATCH 00/11] SecurityPkg/DxeImageVerificationHandler: fix retval for "deny" policy Thread-Index: AQHVzKAr/+ElsmeVKUm+2G2+2jSfcqgEKWCQgADf9oCAABUdgP//9ApggACJ3wD//344EA== Date: Fri, 31 Jan 2020 17:28:29 +0000 Message-ID: References: <20200116190705.18816-1-lersek@redhat.com> <45017d12-10e1-8a9b-2997-c8fa42fc1049@redhat.com> In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.138] MIME-Version: 1.0 Return-Path: michael.d.kinney@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable 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-P= rocess I can also be done with the 'hub' command. The following Command shows all the flags for opening a PR using the hub command. The '-l' flag allows a label to be set. hub help pull-request Mike > -----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 >=20 > On 01/31/20 17:52, Kinney, Michael D wrote: >=20 > > 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. >=20 > 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? >=20 > Thanks! > Laszlo >=20 >=20 >=20