public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch 0/3] Mergify Enhancements
@ 2021-07-08  3:48 Michael D Kinney
  2021-07-08  3:49 ` [Patch 1/3] BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py Michael D Kinney
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Michael D Kinney @ 2021-07-08  3:48 UTC (permalink / raw)
  To: devel; +Cc: Sean Brogan, Bret Barkelew, Liming Gao, Bob Feng, Yuwei Chen

* 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.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>

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

 .../templates/pr-gate-build-job.yml           | 20 ------
 .mergify/config.yml                           | 71 ++++---------------
 BaseTools/Scripts/PatchCheck.py               | 18 +++--
 3 files changed, 24 insertions(+), 85 deletions(-)

-- 
2.32.0.windows.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-07-09  5:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08  3:48 [Patch 0/3] Mergify Enhancements Michael D Kinney
2021-07-08  3:49 ` [Patch 1/3] BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py Michael D Kinney
2021-07-08  3:55   ` [EXTERNAL] [edk2-devel] " Bret Barkelew
2021-07-09  5:30   ` Bob Feng
2021-07-08  3:49 ` [Patch 2/3] .mergify: Simplify Mergify rules using GitHub status checks Michael D Kinney
2021-07-08  3:55   ` [EXTERNAL] " Bret Barkelew
2021-07-08  3:49 ` [Patch 3/3] .azurepipelines: Remove FINISHED and FAILED states Michael D Kinney
2021-07-08  3:51   ` [EXTERNAL] " Bret Barkelew
2021-07-09  5:09 ` 回复: [edk2-devel] [Patch 0/3] Mergify Enhancements gaoliming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox