fix delayed save + exclude manual mode
[inav.git] / .github / no-response.yml
blob8002aa3ad9645b26a2fa9432c789e3f7dac84185
1 # Configuration for probot-no-response - https://github.com/probot/no-response
3 # Number of days of inactivity before an Issue is closed for lack of response
4 daysUntilClose: 3
5 # Label requiring a response
6 responseRequiredLabel: Missing Information
7 # Comment to post when closing an Issue for lack of response. Set to `false` to disable
8 closeComment: >
9   This issue has been automatically closed because the information we asked
10   to be provided when opening it was not supplied by the original author.
11   With only the information that is currently in the issue, we don't have
12   enough information to take action.