no-response.yml 859 B

12345678910111213141516
  1. # SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
  2. # SPDX-FileCopyrightText: 2021 Joas Schilling <coding@schilljs.com>
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. # Configuration for probot-no-response - https://github.com/probot/no-response
  5. # Number of days of inactivity before an Issue is closed for lack of response
  6. daysUntilClose: 21
  7. # Label requiring a response
  8. responseRequiredLabel: "needs info"
  9. # Comment to post when closing an Issue for lack of response. Set to `false` to disable
  10. closeComment: >
  11. This issue has been automatically closed because there has been no response
  12. to our request for more information. With only the information that is
  13. currently in the issue, we don't have enough information to take action.
  14. Please reach out if you have or find the answers we need so that we can
  15. investigate further.