-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
50,307 additions
and
16,769 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @microsoft/appcenter-fte |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,318 @@ | ||
{ | ||
"version": "1.0", | ||
"tasks": [ | ||
{ | ||
"taskType": "scheduled", | ||
"capabilityId": "ScheduledSearch", | ||
"subCapability": "ScheduledSearch", | ||
"version": "1.1", | ||
"config": { | ||
"frequency": [ | ||
{ | ||
"weekDay": 0, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 1, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 2, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 3, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 4, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 5, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
}, | ||
{ | ||
"weekDay": 6, | ||
"hours": [ | ||
2, | ||
6, | ||
10, | ||
14, | ||
18, | ||
22 | ||
], | ||
"timezoneOffset": 1 | ||
} | ||
], | ||
"searchTerms": [ | ||
{ | ||
"name": "isOpen", | ||
"parameters": {} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "bug" | ||
} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "security" | ||
} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "stale" | ||
} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "do not close" | ||
} | ||
}, | ||
{ | ||
"name": "noActivitySince", | ||
"parameters": { | ||
"days": 60 | ||
} | ||
}, | ||
{ | ||
"name": "isIssue", | ||
"parameters": {} | ||
}, | ||
{ | ||
"name": "noAssignees", | ||
"parameters": {} | ||
} | ||
], | ||
"taskName": "Mark issues as stale (60 days)", | ||
"actions": [ | ||
{ | ||
"name": "addLabel", | ||
"parameters": { | ||
"label": "stale" | ||
} | ||
}, | ||
{ | ||
"name": "addReply", | ||
"parameters": { | ||
"comment": "This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment." | ||
} | ||
} | ||
] | ||
}, | ||
"id": "v8RMdulExiln5tDIcHkDG" | ||
}, | ||
{ | ||
"taskType": "trigger", | ||
"capabilityId": "IssueResponder", | ||
"subCapability": "IssueCommentResponder", | ||
"version": "1.0", | ||
"config": { | ||
"conditions": { | ||
"operator": "and", | ||
"operands": [ | ||
{ | ||
"name": "hasLabel", | ||
"parameters": { | ||
"label": "stale" | ||
} | ||
} | ||
] | ||
}, | ||
"eventType": "issue", | ||
"eventNames": [ | ||
"issue_comment" | ||
], | ||
"taskName": "Remove stale label if someone comments", | ||
"actions": [ | ||
{ | ||
"name": "removeLabel", | ||
"parameters": { | ||
"label": "stale" | ||
} | ||
} | ||
] | ||
}, | ||
"id": "QjKAHn8H_s2w4-FPDwsTJ" | ||
}, | ||
{ | ||
"taskType": "scheduled", | ||
"capabilityId": "ScheduledSearch", | ||
"subCapability": "ScheduledSearch", | ||
"version": "1.1", | ||
"config": { | ||
"frequency": [ | ||
{ | ||
"weekDay": 0, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 1, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 2, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 3, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 4, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 5, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
}, | ||
{ | ||
"weekDay": 6, | ||
"hours": [ | ||
0, | ||
6, | ||
12, | ||
18 | ||
] | ||
} | ||
], | ||
"searchTerms": [ | ||
{ | ||
"name": "isOpen", | ||
"parameters": {} | ||
}, | ||
{ | ||
"name": "isIssue", | ||
"parameters": {} | ||
}, | ||
{ | ||
"name": "hasLabel", | ||
"parameters": { | ||
"label": "stale" | ||
} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "bug" | ||
} | ||
}, | ||
{ | ||
"name": "noLabel", | ||
"parameters": { | ||
"label": "do not close" | ||
} | ||
}, | ||
{ | ||
"name": "noAssignees", | ||
"parameters": {} | ||
}, | ||
{ | ||
"name": "noActivitySince", | ||
"parameters": { | ||
"days": 15 | ||
} | ||
} | ||
], | ||
"taskName": "Close Stale issues after 15 days", | ||
"actions": [ | ||
{ | ||
"name": "addReply", | ||
"parameters": { | ||
"comment": "This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion." | ||
} | ||
}, | ||
{ | ||
"name": "closeIssue", | ||
"parameters": {} | ||
} | ||
] | ||
}, | ||
"id": "9IHqeWe1Xes6__bAZYk5M" | ||
} | ||
], | ||
"userGroups": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.