support.yml 781 B

1234567891011121314151617181920212223
  1. # Configuration for Support Requests - https://github.com/dessant/support-requests
  2. # Label used to mark issues as support requests
  3. supportLabel: support
  4. # Comment to post on issues marked as support requests, `{issue-author}` is an
  5. # optional placeholder. Set to `false` to disable
  6. supportComment: >
  7. :wave: @{issue-author}, we use the issue tracker exclusively for bug reports
  8. and feature requests. However, this issue appears to be a support request.
  9. Please use our support channels to get help with the project.
  10. # Close issues marked as support requests
  11. close: true
  12. # Lock issues marked as support requests
  13. lock: false
  14. # Assign `off-topic` as the reason for locking. Set to `false` to disable
  15. setLockReason: true
  16. # Repository to extend settings from
  17. # _extends: repo