]> git.proxmox.com Git - mirror_edk2.git/commit
.mergify: Add Mergify YML pull request rules configuration file
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 18 Oct 2019 22:22:36 +0000 (15:22 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 11 Nov 2019 21:02:51 +0000 (13:02 -0800)
commit4baa783d5e372380c64d538a153bc97640e8257c
treefb0fec0eeb4d4d6ef255d83c4480e05b5fce6444
parent106c7a991c1b15c8065af921d8e32462fdde64b7
.mergify: Add Mergify YML pull request rules configuration file

https://bugzilla.tianocore.org/show_bug.cgi?id=2315

Add directory for the Mergify YML configuration files that
provides rules and actions used to process a pull request.

* Auto commit a PR from EDK II Maintainer with 'push' label
  set and all CI checks pass
* Auto close a PR from any developers without 'push' label
  set and all CI checks pass.
* Auto close a PR from a non EDK II Maintainer that has
  the 'push' label set.
* Post a comment to a PR that has a merge conflict.
  Submitter can resolved conflicts and reopen the PR.
* Post a comment to a PR that fails PatchCheck.py
  Submitter can resolve PatchCheck.py issues and
  reopen the PR.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
.mergify/config.yml [new file with mode: 0644]