]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 8 Jul 2021 02:16:28 +0000 (19:16 -0700)
committerMichael Kinney <michael.d.kinney@intel.com>
Fri, 9 Jul 2021 22:57:46 +0000 (15:57 -0700)
commit84af6ea3204c1f59ffca31b8a73496b6336e0970
tree5dccfa94a2d544cab784154090fc4e49aad891ec
parentcc89d245f98ba4885910940d57eeb7008b81fd00
BaseTools/Scripts: Ignore Mergify merge commits in PatchCheck.py

Mergify adds merge commits to a PR when processing PRs using
the queue feature with auto rebase.  Update PatchCheck.py
to ignore commit message issues with these merge commits.
These merge commits are not added to the base branch when
the PR is merged by Mergify.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Scripts/PatchCheck.py