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
237 changes: 125 additions & 112 deletions .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@
"subCapability": "ScheduledSearch",
"version": "1.1",
"config": {
"taskName": "Add no-recent-activity label to PRs",
"taskName": "Add no-recent-activity label to needs-author-action PRs",
"frequency": [
{
"weekDay": 0,
Expand Down Expand Up @@ -1733,6 +1733,130 @@
},
"disabled": false
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"config": {
"taskName": "Add no-recent-activity label to Draft PRs",
"frequency": [
{
"weekDay": 0,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 1,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 2,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 3,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 4,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 5,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
},
{
"weekDay": 6,
"hours": [
4,
10,
16,
22
],
"timezoneOffset": 1
}
],
"searchTerms": [
{
"name": "isPr",
"parameters": {}
},
{
"name": "isOpen",
"parameters": {}
},
{
"name": "isDraftPr",
"parameters": {
"value": "true"
}
},
{
"name": "noActivitySince",
"parameters": {
"days": 14
}
},
{
"name": "noLabel",
"parameters": {
"label": "no-recent-activity"
}
}
],
"actions": [
{
"name": "addLabel",
"parameters": {
"label": "no-recent-activity"
}
},
{
"name": "addReply",
"parameters": {
"comment": "This pull request has been automatically marked `no-recent-activity` because it has not had any activity for 14 days. It will be closed if no further activity occurs within 14 more days. Any new comment (by anyone, not necessarily the author) will remove `no-recent-activity`."
}
}
]
},
"disabled": false
},
{
"taskType": "trigger",
"capabilityId": "InPrLabel",
Expand Down Expand Up @@ -1859,117 +1983,6 @@
"replyTemplate": "Tagging subscribers to 'arch-android': ${mentionees}\nSee info in area-owners.md if you want to be subscribed."
}
},
{
"taskType": "scheduled",
"capabilityId": "ScheduledSearch",
"subCapability": "ScheduledSearch",
"version": "1.1",
"config": {
"frequency": [
{
"weekDay": 0,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 1,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 2,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 3,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 4,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 5,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
},
{
"weekDay": 6,
"hours": [
5,
11,
17,
23
],
"timezoneOffset": 0
}
],
"searchTerms": [
{
"name": "isDraftPr",
"parameters": {
"value": "true"
}
},
{
"name": "isOpen",
"parameters": {}
},
{
"name": "noActivitySince",
"parameters": {
"days": 30
}
}
],
"taskName": "Close inactive Draft PRs",
"actions": [
{
"name": "closeIssue",
"parameters": {}
},
{
"name": "addReply",
"parameters": {
"comment": "Draft Pull Request was automatically closed for inactivity. Please [let us know](https://github.com/dotnet/runtime/blob/main/docs/area-owners.md) if you'd like to reopen it."
}
}
]
}
},
{
"taskType": "trigger",
"capabilityId": "IssueResponder",
Expand Down