From 9764573a526aa9cf46d1b376a64f02129103cd22 Mon Sep 17 00:00:00 2001 From: ruowan Date: Fri, 9 Dec 2022 08:32:39 +0000 Subject: [PATCH 1/2] don't close and mark PR as stable for customer-reported PR --- .github/fabricbot.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 9d8af4f21dd1..b1777c2b50c8 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -393,6 +393,12 @@ "parameters": { "label": "no-recent-activity" } + }, + { + "name": "noLabel", + "parameters": { + "label": "customer-reported" + } } ], "actions": [ @@ -3123,6 +3129,12 @@ "label": "no-recent-activity" } }, + { + "name": "noLabel", + "parameters": { + "label": "customer-reported" + } + }, { "name": "isPr", "parameters": {} @@ -3225,6 +3237,12 @@ "parameters": { "days": 14 } + }, + { + "name": "noLabel", + "parameters": { + "label": "customer-reported" + } } ], "taskName": "Close stale PR (no update for 30 days)", @@ -4168,7 +4186,7 @@ "pathFilter": [ "specification/loadtestservice/" ], - "exclude":[ + "exclude": [ "" ] }, @@ -4177,7 +4195,7 @@ "pathFilter": [ "specification/maps/" ], - "exclude":[ + "exclude": [ "" ] }, @@ -4186,7 +4204,7 @@ "pathFilter": [ "specification/purview/" ], - "exclude":[ + "exclude": [ "" ] }, From 69772ddc2b24f292d7d9527e5906c8d47ce4d0b6 Mon Sep 17 00:00:00 2001 From: Ruoxuan Wang <52271048+ruowan@users.noreply.github.com> Date: Mon, 12 Dec 2022 11:10:58 +0800 Subject: [PATCH 2/2] Update fabricbot.json --- .github/fabricbot.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index b1777c2b50c8..e4445f8ec7c7 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -393,12 +393,6 @@ "parameters": { "label": "no-recent-activity" } - }, - { - "name": "noLabel", - "parameters": { - "label": "customer-reported" - } } ], "actions": [