Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 69 additions & 33 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"issues",
"project_card"
]
},
"id": "i3BHh5Qe9F"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -107,8 +106,7 @@
"eventNames": [
"issue_comment"
]
},
"id": "x_h9ia7zwG"
}
},
{
"taskType": "trigger",
Expand All @@ -117,8 +115,7 @@
"version": "1.0",
"config": {
"taskName": "Add a CodeFlow link to new pull requests"
},
"id": "z2P6L1OkC4"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -156,8 +153,7 @@
"eventNames": [
"pull_request_review"
]
},
"id": "s_Q6W352PU"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -210,8 +206,7 @@
"issues",
"project_card"
]
},
"id": "2rzxLdRUQ7h"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -251,8 +246,7 @@
"eventNames": [
"issue_comment"
]
},
"id": "p7EkOxE_g3T"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -292,8 +286,7 @@
"eventNames": [
"pull_request_review"
]
},
"id": "xIoNg4bVKyA"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -338,8 +331,7 @@
"issues",
"project_card"
]
},
"id": "o_mQ1sO0zdO"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -371,8 +363,7 @@
"eventNames": [
"issue_comment"
]
},
"id": "ibqxdSfreaD"
}
},
{
"taskType": "trigger",
Expand Down Expand Up @@ -404,8 +395,7 @@
"eventNames": [
"pull_request_review"
]
},
"id": "7_EH-4ffdtY"
}
},
{
"taskType": "scheduled",
Expand Down Expand Up @@ -520,8 +510,7 @@
"parameters": {}
}
]
},
"id": "X3R7HwIUme_"
}
},
{
"taskType": "scheduled",
Expand Down Expand Up @@ -644,8 +633,7 @@
}
}
]
},
"id": "zYmFzaIHtT8"
}
},
{
"taskType": "trigger",
Expand All @@ -661,15 +649,13 @@
"allowAutoMergeInstructionsWithoutLabel": false,
"deleteBranches": true,
"removeLabelOnPush": true
},
"id": "BPA0tvDiHBN"
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
"subCapability": "IssuesOnlyResponder",
"version": "1.0",
"id": "kvB9kCm1d",
"config": {
"conditions": {
"operator": "and",
Expand Down Expand Up @@ -709,7 +695,6 @@
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"id": "28wu6aj_J",
"config": {
"frequency": [
{
Expand Down Expand Up @@ -796,6 +781,12 @@
"parameters": {
"days": 7
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Needs-Repro"
}
}
],
"taskName": "Close stale issues",
Expand All @@ -818,7 +809,6 @@
"capabilityId": "InPrLabel",
"subCapability": "InPrLabel",
"version": "1.0",
"id": "dfYD-29Up",
"config": {
"taskName": "Add 'In-PR' label to issue",
"label_inPr": "In-PR",
Expand All @@ -831,7 +821,6 @@
"capabilityId": "ReleaseAnnouncement",
"subCapability": "ReleaseAnnouncement",
"version": "1.0",
"id": "_vafvxO3x",
"config": {
"taskName": "Release announcement for Issue/PR",
"prReply": ":tada: [`${version}`](https://github.com/PowerShell/PSReadLine/releases/tag/${version}) has been released which incorporates this pull request. :tada:\n",
Expand All @@ -846,7 +835,6 @@
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"id": "HDx9Yd09Z1iue7fv7A22t",
"config": {
"frequency": [
{
Expand Down Expand Up @@ -926,14 +914,62 @@
"parameters": {
"days": 1
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Answered"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Duplicate"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-External"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-By Design"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Declined"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Fixed"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Wont Fix"
}
},
{
"name": "hasLabel",
"parameters": {
"label": "Resolution-Not Repro"
}
}
],
"taskName": "Close answered issues",
"actions": [
{
"name": "addReply",
"parameters": {
"comment": "This issue has been marked as answered and has not had any activity for **1 day**. It has been closed for housekeeping purposes."
"comment": "This issue has been marked as answered or resolved and has not had any activity for **1 day**. It has been closed for housekeeping purposes."
}
},
{
Expand All @@ -945,4 +981,4 @@
}
],
"userGroups": []
}
}