Skip to content

Commit d2cb9a2

Browse files
authored
GitHub automation: Remove usage of noActivitySince condition in triggers (#2162)
1 parent 731e4d0 commit d2cb9a2

File tree

1 file changed

+0
-73
lines changed

1 file changed

+0
-73
lines changed

.github/fabricbot.json

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,6 @@
3737
"label": "Needs: Author Feedback"
3838
}
3939
},
40-
{
41-
"operator": "not",
42-
"operands": [
43-
{
44-
"name": "noActivitySince",
45-
"parameters": {
46-
"days": 7
47-
}
48-
}
49-
]
50-
},
5140
{
5241
"operator": "not",
5342
"operands": [
@@ -98,68 +87,6 @@
9887
]
9988
}
10089
},
101-
{
102-
"taskType": "trigger",
103-
"capabilityId": "IssueResponder",
104-
"subCapability": "IssueCommentResponder",
105-
"version": "1.0",
106-
"config": {
107-
"conditions": {
108-
"operator": "and",
109-
"operands": [
110-
{
111-
"name": "isAction",
112-
"parameters": {
113-
"action": "created"
114-
}
115-
},
116-
{
117-
"operator": "not",
118-
"operands": [
119-
{
120-
"name": "isOpen",
121-
"parameters": {}
122-
}
123-
]
124-
},
125-
{
126-
"name": "activitySenderHasPermissions",
127-
"parameters": {
128-
"permissions": "none"
129-
}
130-
},
131-
{
132-
"name": "noActivitySince",
133-
"parameters": {
134-
"days": 7
135-
}
136-
},
137-
{
138-
"operator": "not",
139-
"operands": [
140-
{
141-
"name": "isCloseAndComment",
142-
"parameters": {}
143-
}
144-
]
145-
}
146-
]
147-
},
148-
"eventType": "issue",
149-
"eventNames": [
150-
"issue_comment"
151-
],
152-
"taskName": "For issues closed with no activity over 7 days, ask non-contributor to consider opening a new issue instead.",
153-
"actions": [
154-
{
155-
"name": "addReply",
156-
"parameters": {
157-
"comment": "Hello lovely human, thank you for your comment on this issue. Because this issue has been closed for a period of time, please strongly consider opening a new issue linking to this issue instead to ensure better visibility of your comment. Thank you!"
158-
}
159-
}
160-
]
161-
}
162-
},
16390
{
16491
"taskType": "scheduled",
16592
"capabilityId": "ScheduledSearch",

0 commit comments

Comments
 (0)