Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>2022-05-30 13:34:44 +0300
committerGitHub <noreply@github.com>2022-05-30 13:34:44 +0300
commit40f4538476960687f72d5c85e994f23772514ee9 (patch)
treeb297175d75e3e87e0175b56fec3e1ec14f01710a /.github
parent9380113a892ec86d147e6e7506a10eda407a82be (diff)
Add issue cleanup documentation and update automation (#69857)
Diffstat (limited to '.github')
-rw-r--r--.github/fabricbot.json28
1 files changed, 20 insertions, 8 deletions
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
+]