From 40f4538476960687f72d5c85e994f23772514ee9 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Mon, 30 May 2022 11:34:44 +0100 Subject: Add issue cleanup documentation and update automation (#69857) --- .github/fabricbot.json | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to '.github') diff --git a/.github/fabricbot.json b/.github/fabricbot.json index b94c3d28054..7b602d885f0 100644 --- a/.github/fabricbot.json +++ b/.github/fabricbot.json @@ -1307,7 +1307,7 @@ { "name": "addReply", "parameters": { - "comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of the experimental [issue cleanup initiative](https://github.com/dotnet/runtime/issues/60288) we are currently trialing. Please share any feedback you might have in the linked issue." + "comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of our [issue cleanup automation](https://github.com/dotnet/runtime/blob/main/docs/issue-cleanup.md)." } }, { @@ -1422,16 +1422,16 @@ "taskName": "Automated Issue cleanup", "actions": [ { - "name": "addLabel", + "name": "addReply", "parameters": { - "label": "backlog-cleanup-candidate" + "comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of our [issue cleanup automation](https://github.com/dotnet/runtime/blob/main/docs/issue-cleanup.md)." } }, { - "name": "addReply", - "parameters": { - "comment": "Due to lack of recent activity, this issue has been marked as a candidate for backlog cleanup. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will undo this process.\n\nThis process is part of the experimental [issue cleanup initiative](https://github.com/dotnet/runtime/issues/60288) we are currently trialing. Please share any feedback you might have in the linked issue." - } + "name": "addLabel", + "parameters": { + "label": "backlog-cleanup-candidate" + } }, { "name": "addLabel", @@ -2346,6 +2346,12 @@ "parameters": { "label": "no-recent-activity" } + }, + { + "name": "removeLabel", + "parameters": { + "label": "backlog-cleanup-candidate" + } } ], "eventType": "issue", @@ -2401,6 +2407,12 @@ "parameters": { "label": "no-recent-activity" } + }, + { + "name": "removeLabel", + "parameters": { + "label": "backlog-cleanup-candidate" + } } ], "eventType": "issue", @@ -18433,4 +18445,4 @@ } } } -] \ No newline at end of file +] -- cgit v1.2.3