mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Added support bot configuration
This commit is contained in:
parent
840cd84c58
commit
ae04131ab0
23
.github/support.yml
vendored
Normal file
23
.github/support.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Configuration for Support Requests - https://github.com/dessant/support-requests
|
||||
|
||||
# Label used to mark issues as support requests
|
||||
supportLabel: support
|
||||
|
||||
# Comment to post on issues marked as support requests, `{issue-author}` is an
|
||||
# optional placeholder. Set to `false` to disable
|
||||
supportComment: >
|
||||
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
|
||||
and feature requests. However, this issue appears to be a support request.
|
||||
Please use our community at https://community.humhub.com or the Professional Edition support channels to get help.
|
||||
|
||||
# Close issues marked as support requests
|
||||
close: true
|
||||
|
||||
# Lock issues marked as support requests
|
||||
lock: false
|
||||
|
||||
# Assign `off-topic` as the reason for locking. Set to `false` to disable
|
||||
setLockReason: true
|
||||
|
||||
# Repository to extend settings from
|
||||
# _extends: repo
|
Loading…
x
Reference in New Issue
Block a user