From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web10.7118.1625807369464426003 for ; Thu, 08 Jul 2021 22:09:31 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Fri, 09 Jul 2021 13:09:24 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-Originating-IP: 58.246.60.130 X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , Cc: "'Sean Brogan'" , "'Bret Barkelew'" , "'Bob Feng'" , "'Yuwei Chen'" References: <20210708034902.1608-1-michael.d.kinney@intel.com> In-Reply-To: <20210708034902.1608-1-michael.d.kinney@intel.com> Subject: =?UTF-8?B?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1BhdGNoIDAvM10gTWVyZ2lmeSBFbmhhbmNlbWVudHM=?= Date: Fri, 9 Jul 2021 13:09:25 +0800 Message-ID: <007c01d77480$9670f4e0$c352dea0$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQIiz1rYhYg/ySfrniKwVv0DdJwn+6qjYmxQ Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: devel@edk2.groups.io =B4=FA= =B1=ED Michael D > Kinney > =B7=A2=CB=CD=CA=B1=BC=E4: 2021=C4=EA7=D4=C28=C8=D5 11:49 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: Sean Brogan ; Bret Barkelew > ; Liming Gao ; > Bob Feng ; Yuwei Chen > =D6=F7=CC=E2: [edk2-devel] [Patch 0/3] Mergify Enhancements >=20 > * Removed FINISHED and FAILED states with 10 second delays > * Update PatchCheck.py to ignore commit message format issues > in merge commeits added by Merfigy. > * Enable Mergify queue feature to support auto rebase when > 'push' label is set and gauarntee that all EDK II CI checks > are run before merging in changes with linear history. > * Use status checks configured in GitHub branch protections > * Allow non EDK II Maintainers to create a PR > Requires an EDK II Maintainer to accept the change and > request merge by adding 'push' label. Only EDK II Maintainers > have ability to set/clear labels. > * Do not automatically close PRs for personal builds. >=20 > Cc: Sean Brogan > Cc: Bret Barkelew > Cc: Liming Gao > Cc: Bob Feng > Cc: Yuwei Chen > Signed-off-by: Michael D Kinney >=20 > Michael D Kinney (3): > BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py > .mergify: Simplify Mergify rules using GitHub status checks > .azurepipelines: Remove FINISHED and FAILED states >=20 > .../templates/pr-gate-build-job.yml | 20 ------ > .mergify/config.yml | 71 ++++--------------- > BaseTools/Scripts/PatchCheck.py | 18 +++-- > 3 files changed, 24 insertions(+), 85 deletions(-) >=20 > -- > 2.32.0.windows.1 >=20 >=20 >=20 >=20 >=20