* [Patch 1/1] .mergify: Enable Mergify for stable/* branches
@ 2020-12-19 2:47 Michael D Kinney
2020-12-21 1:19 ` 回复: [edk2-devel] " gaoliming
0 siblings, 1 reply; 2+ messages in thread
From: Michael D Kinney @ 2020-12-19 2:47 UTC (permalink / raw)
To: devel; +Cc: Sean Brogan, Bret Barkelew, Liming Gao
https://bugzilla.tianocore.org/show_bug.cgi?id=3130
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
---
.mergify/config.yml | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.mergify/config.yml b/.mergify/config.yml
index 26583de0f631..9774aaf49774 100644
--- a/.mergify/config.yml
+++ b/.mergify/config.yml
@@ -16,7 +16,7 @@
# * This file must be checked into the 'default' branch of a repo. Copies
# of this file on other branches of a repo are ignored by Mergify.
#
-# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# https://github.com/apps/mergify
@@ -28,7 +28,7 @@ pull_request_rules:
- name: Automatically merge a PR when all required checks pass and 'push' label is present
conditions:
- - base=master
+ - base~=(^master|^stable/)
- label=push
- author=@tianocore/edk-ii-maintainers
- status-success=tianocore.PatchCheck
@@ -41,7 +41,7 @@ pull_request_rules:
- name: Automatically close a PR when all required checks pass and 'push' label is not present
conditions:
- - base=master
+ - base~=(^master|^stable/)
- -label=push
- -closed
- status-success=tianocore.PatchCheck
@@ -55,7 +55,7 @@ pull_request_rules:
- name: Post a comment on a PR that can not be merged due to a merge conflict
conditions:
- - base=master
+ - base~=(^master|^stable/)
- conflict
actions:
comment:
@@ -63,7 +63,7 @@ pull_request_rules:
- name: Automatically close a PR that fails the EDK II Maintainers membership check and 'push' label is present
conditions:
- - base=master
+ - base~=(^master|^stable/)
- label=push
- -author=@tianocore/edk-ii-maintainers
actions:
@@ -72,7 +72,7 @@ pull_request_rules:
- name: Post a comment on a PR if PatchCheck fails
conditions:
- - base=master
+ - base~=(^master|^stable/)
- status-failure=tianocore.PatchCheck
actions:
comment:
@@ -80,7 +80,7 @@ pull_request_rules:
- name: Post a comment on a PR if Ubuntu GCC5 fails
conditions:
- - base=master
+ - base~=(^master|^stable/)
- status-failure=Ubuntu GCC5 PR
- status-success=Ubuntu GCC5 PR (FAILED)
actions:
@@ -89,7 +89,7 @@ pull_request_rules:
- name: Post a comment on a PR if Windows VS2019 fails
conditions:
- - base=master
+ - base~=(^master|^stable/)
- status-failure=Windows VS2019 PR
- status-success=Windows VS2019 PR (FAILED)
actions:
--
2.29.2.windows.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* 回复: [edk2-devel] [Patch 1/1] .mergify: Enable Mergify for stable/* branches
2020-12-19 2:47 [Patch 1/1] .mergify: Enable Mergify for stable/* branches Michael D Kinney
@ 2020-12-21 1:19 ` gaoliming
0 siblings, 0 replies; 2+ messages in thread
From: gaoliming @ 2020-12-21 1:19 UTC (permalink / raw)
To: devel, michael.d.kinney; +Cc: 'Sean Brogan', 'Bret Barkelew'
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
> -----邮件原件-----
> 发件人: bounce+27952+69247+4905953+8761045@groups.io
> <bounce+27952+69247+4905953+8761045@groups.io> 代表 Michael D
> Kinney
> 发送时间: 2020年12月19日 10:47
> 收件人: devel@edk2.groups.io
> 抄送: Sean Brogan <sean.brogan@microsoft.com>; Bret Barkelew
> <Bret.Barkelew@microsoft.com>; Liming Gao <gaoliming@byosoft.com.cn>
> 主题: [edk2-devel] [Patch 1/1] .mergify: Enable Mergify for stable/*
> branches
>
> https://bugzilla.tianocore.org/show_bug.cgi?id=3130
>
> Cc: Sean Brogan <sean.brogan@microsoft.com>
> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
> ---
> .mergify/config.yml | 16 ++++++++--------
> 1 file changed, 8 insertions(+), 8 deletions(-)
>
> diff --git a/.mergify/config.yml b/.mergify/config.yml
> index 26583de0f631..9774aaf49774 100644
> --- a/.mergify/config.yml
> +++ b/.mergify/config.yml
> @@ -16,7 +16,7 @@
> # * This file must be checked into the 'default' branch of a repo.
Copies
> # of this file on other branches of a repo are ignored by Mergify.
> #
> -# Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
> +# Copyright (c) 2019 - 2020, Intel Corporation. All rights reserved.<BR>
> # SPDX-License-Identifier: BSD-2-Clause-Patent
> #
> # https://github.com/apps/mergify
> @@ -28,7 +28,7 @@ pull_request_rules:
>
> - name: Automatically merge a PR when all required checks pass and
> 'push' label is present
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - label=push
> - author=@tianocore/edk-ii-maintainers
> - status-success=tianocore.PatchCheck
> @@ -41,7 +41,7 @@ pull_request_rules:
>
> - name: Automatically close a PR when all required checks pass and
'push'
> label is not present
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - -label=push
> - -closed
> - status-success=tianocore.PatchCheck
> @@ -55,7 +55,7 @@ pull_request_rules:
>
> - name: Post a comment on a PR that can not be merged due to a merge
> conflict
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - conflict
> actions:
> comment:
> @@ -63,7 +63,7 @@ pull_request_rules:
>
> - name: Automatically close a PR that fails the EDK II Maintainers
> membership check and 'push' label is present
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - label=push
> - -author=@tianocore/edk-ii-maintainers
> actions:
> @@ -72,7 +72,7 @@ pull_request_rules:
>
> - name: Post a comment on a PR if PatchCheck fails
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - status-failure=tianocore.PatchCheck
> actions:
> comment:
> @@ -80,7 +80,7 @@ pull_request_rules:
>
> - name: Post a comment on a PR if Ubuntu GCC5 fails
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - status-failure=Ubuntu GCC5 PR
> - status-success=Ubuntu GCC5 PR (FAILED)
> actions:
> @@ -89,7 +89,7 @@ pull_request_rules:
>
> - name: Post a comment on a PR if Windows VS2019 fails
> conditions:
> - - base=master
> + - base~=(^master|^stable/)
> - status-failure=Windows VS2019 PR
> - status-success=Windows VS2019 PR (FAILED)
> actions:
> --
> 2.29.2.windows.2
>
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-21 1:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-19 2:47 [Patch 1/1] .mergify: Enable Mergify for stable/* branches Michael D Kinney
2020-12-21 1:19 ` 回复: [edk2-devel] " gaoliming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox