Skip to content

Commit 494dc30

Browse files
tooling: removing the auto-close bot
This commit fixes Azure#19098 by removing the auto-close bot. Whilst I can understand that Service Teams maybe unable to review all Pull Requests in a timely manner, unfortunately I've had a number of Pull Requests at this point which end up with me posting every 2 weeks to keep the Pull Request open: * Azure#17987 (comment) * Azure#18269 (comment) Whilst this does mean there'll be more Pull Requests open until the Service Team can take a look at them - removing this user hostile bot improves the contribution experience.
1 parent ef6f2f0 commit 494dc30

File tree

1 file changed

+0
-152
lines changed

1 file changed

+0
-152
lines changed

.github/fabricbot.json

-152
Original file line numberDiff line numberDiff line change
@@ -3091,158 +3091,6 @@
30913091
},
30923092
"disabled": true
30933093
},
3094-
{
3095-
"taskType": "scheduled",
3096-
"capabilityId": "ScheduledSearch",
3097-
"subCapability": "ScheduledSearch",
3098-
"version": "1.1",
3099-
"config": {
3100-
"frequency": [
3101-
{
3102-
"weekDay": 1,
3103-
"hours": [
3104-
0
3105-
],
3106-
"timezoneOffset": 8
3107-
}
3108-
],
3109-
"searchTerms": [
3110-
{
3111-
"name": "noActivitySince",
3112-
"parameters": {
3113-
"days": 14
3114-
}
3115-
},
3116-
{
3117-
"name": "isOpen",
3118-
"parameters": {}
3119-
},
3120-
{
3121-
"name": "noLabel",
3122-
"parameters": {
3123-
"label": "no-recent-activity"
3124-
}
3125-
},
3126-
{
3127-
"name": "isPr",
3128-
"parameters": {}
3129-
},
3130-
{
3131-
"name": "isDraftPr",
3132-
"parameters": {
3133-
"value": "false"
3134-
}
3135-
}
3136-
],
3137-
"actions": [
3138-
{
3139-
"name": "addReply",
3140-
"parameters": {
3141-
"comment": "Hi, @${issueAuthor}. Your PR has no update for 14 days and it is marked as stale PR. If no further update for over 14 days, the bot will close the PR. If you want to refresh the PR, please remove `no-recent-activity` label. "
3142-
}
3143-
},
3144-
{
3145-
"name": "addLabel",
3146-
"parameters": {
3147-
"label": "no-recent-activity"
3148-
}
3149-
}
3150-
],
3151-
"taskName": "Stale PR 14 days reminder and add stale label"
3152-
},
3153-
"disabled": false
3154-
},
3155-
{
3156-
"taskType": "scheduled",
3157-
"capabilityId": "ScheduledSearch",
3158-
"subCapability": "ScheduledSearch",
3159-
"version": "1.1",
3160-
"config": {
3161-
"frequency": [
3162-
{
3163-
"weekDay": 0,
3164-
"hours": [
3165-
13
3166-
],
3167-
"timezoneOffset": 8
3168-
},
3169-
{
3170-
"weekDay": 1,
3171-
"hours": [
3172-
13
3173-
],
3174-
"timezoneOffset": 8
3175-
},
3176-
{
3177-
"weekDay": 2,
3178-
"hours": [
3179-
13
3180-
],
3181-
"timezoneOffset": 8
3182-
},
3183-
{
3184-
"weekDay": 3,
3185-
"hours": [
3186-
13
3187-
],
3188-
"timezoneOffset": 8
3189-
},
3190-
{
3191-
"weekDay": 4,
3192-
"hours": [
3193-
13
3194-
],
3195-
"timezoneOffset": 8
3196-
},
3197-
{
3198-
"weekDay": 5,
3199-
"hours": [
3200-
13
3201-
],
3202-
"timezoneOffset": 8
3203-
},
3204-
{
3205-
"weekDay": 6,
3206-
"hours": [
3207-
13
3208-
],
3209-
"timezoneOffset": 8
3210-
}
3211-
],
3212-
"searchTerms": [
3213-
{
3214-
"name": "isOpen",
3215-
"parameters": {}
3216-
},
3217-
{
3218-
"name": "hasLabel",
3219-
"parameters": {
3220-
"label": "no-recent-activity"
3221-
}
3222-
},
3223-
{
3224-
"name": "noActivitySince",
3225-
"parameters": {
3226-
"days": 14
3227-
}
3228-
}
3229-
],
3230-
"taskName": "Close stale PR (no update for 30 days)",
3231-
"actions": [
3232-
{
3233-
"name": "closeIssue",
3234-
"parameters": {}
3235-
},
3236-
{
3237-
"name": "addReply",
3238-
"parameters": {
3239-
"comment": "Hi, @${issueAuthor}. The PR will be closed since the PR has no update for 28 days. If you still need the PR review to proceed, please reopen it and @ mention PR assignee."
3240-
}
3241-
}
3242-
]
3243-
},
3244-
"disabled": false
3245-
},
32463094
{
32473095
"taskType": "trigger",
32483096
"capabilityId": "IssueResponder",

0 commit comments

Comments
 (0)