From d033f1e310fb2590851bf98ccd5388564705b8f6 Mon Sep 17 00:00:00 2001 From: Heng Date: Mon, 13 Feb 2023 14:56:46 -0800 Subject: [PATCH] do not close PRs need long review process --- .github/fabricbot.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/fabricbot.json b/.github/fabricbot.json index 2c0bfbdda..3433bcbbd 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -434,7 +434,7 @@ { "name": "addReply", "parameters": { - "comment": "This PR has been automatically marked as stale because it has no activity for **30 days**. It will be closed if no further activity occurs **within another 15 days** of this comment. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch." + "comment": "This PR has been automatically marked as stale because it has no activity for **30 days**. It will be closed if no further activity occurs **within another 15 days** of this comment, unless it has a \"Status:Do not auto close\" label. If it is closed, you may reopen it anytime when you're ready again, as long as you don't delete the branch." } } ] @@ -687,6 +687,12 @@ "parameters": { "days": 15 } + }, + { + "name": "noLabel", + "parameters": { + "label": "Status:Do not auto close" + } } ], "taskName": "[stale PR] [5-5] Close PRs with no activity over 15 days after warn (except Community PRs)",