mirror of https://github.com/kivy/kivy.git
Slow down no-response bot (#8443)
Fourteen days isn't very long to respond to a request for more information, especially given it may come in weeks, months or years after the original request. Vacations last longer than time. Development crunches last longer than that. Let's give them 6 weeks before the bot gets upset. [I am preparing to share this script across Kivy projects.]
This commit is contained in:
parent
533a95fafa
commit
56fefd0c4b
|
@ -20,7 +20,7 @@ jobs:
|
|||
# done by `github-actions[bot]` as the `no-response` Action needs to be compiled.
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
daysUntilClose: 14
|
||||
daysUntilClose: 42
|
||||
responseRequiredLabel: 'awaiting-reply'
|
||||
closeComment: >
|
||||
This issue has been automatically closed because there has been no response
|
||||
|
|
Loading…
Reference in New Issue