Ian Hickson | 2bc94f4 | 2018-06-04 14:44:52 -0700 | [diff] [blame] | 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: 21 |
| 5 | |
| 6 | # Label requiring a response. |
| 7 | responseRequiredLabel: "waiting for customer response" |
| 8 | |
| 9 | # Comment to post when closing an Issue for lack of response. Set to `false` to disable |
| 10 | closeComment: >- |
| 11 | Without additional information, we are unfortunately not sure how to |
| 12 | resolve this issue. We are therefore reluctantly going to close this |
| 13 | bug for now. Please don't hesitate to comment on the bug if you have |
| 14 | any more information for us; we will reopen it right away! |
Dan Field | 24f39d4 | 2020-01-02 11:47:28 -0800 | [diff] [blame] | 15 | |
Ian Hickson | 2bc94f4 | 2018-06-04 14:44:52 -0700 | [diff] [blame] | 16 | Thanks for your contribution. |