Skip to content

Commit b10b46b

Browse files
Revert "Enable no-response workflow. (flutter#937)" (flutter#938)
1 parent ac4dc45 commit b10b46b

File tree

2 files changed

+16
-34
lines changed

2 files changed

+16
-34
lines changed

.github/no-response.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Configuration for probot-no-response - https://github.com/probot/no-response
2+
3+
# Number of days of inactivity before an issue is closed for lack of response.
4+
daysUntilClose: 14
5+
6+
# Label requiring a response.
7+
responseRequiredLabel: "needs-info"
8+
9+
# Comment to post when closing an Issue for lack of response.
10+
closeComment: >-
11+
Without additional information we're not able to resolve this issue,
12+
so it will be closed at this time. You're still free to add more info
13+
and respond to any questions above, though. We'll reopen the case
14+
if you do.
15+
16+
Thanks for your contribution!

.github/workflows/no-response.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)