1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Enable no-response workflow. (#937)

This commit is contained in:
godofredoc
2021-10-21 14:21:09 -07:00
committed by GitHub
parent fa0b54bb9e
commit ac4dc45d87
2 changed files with 34 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
# Configuration for probot-no-response - https://github.com/probot/no-response
# Number of days of inactivity before an issue is closed for lack of response.
daysUntilClose: 14
# Label requiring a response.
responseRequiredLabel: "needs-info"
# Comment to post when closing an Issue for lack of response.
closeComment: >-
Without additional information we're not able to resolve this issue,
so it will be closed at this time. You're still free to add more info
and respond to any questions above, though. We'll reopen the case
if you do.
Thanks for your contribution!