Swap support bot for label-actions bot

- this is a more flexible bot that allows us to do our own canned replies
This commit is contained in:
Hannah Wolfe 2019-01-24 17:27:42 +00:00
parent 6318b65cab
commit 8c0875f51e
2 changed files with 22 additions and 22 deletions

22
.github/label-actions.yml vendored Normal file
View File

@ -0,0 +1,22 @@
# Configuration for Label Actions - https://github.com/dessant/label-actions
# Configuration settings just for issues
issues:
actions:
support-request:
comment: |
Hey @{issue-author} :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development.
Many questions can be answered by reviewing our [documentation](https://docs.ghost.org). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions.
FYI: Many projects have their own support guidelines and GitHub will highlight them for you as it did here, or the project owners will use issue templates to point you in the right direction. Reading the guidelines or issue templates before opening issues can save you and project maintainers valuable time.
close: true
feature-request:
comment: |
Hey @{issue-author} :wave: Friendly reminder: we don't track feature requests on GitHub.
Please look for similar ideas to vote for on the [forum](https://forum.ghost.org/c/Ideas/l/votes) and if you can't anything similar then post your own idea.
FYI: Many projects have their own support guidelines and GitHub will highlight them for you as it did here, or the project owners will use issue templates to point you in the right direction. Reading the guidelines or issue templates before opening issues can save you and project maintainers valuable time.
close: true

22
.github/support.yml vendored
View File

@ -1,22 +0,0 @@
# Configuration for 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: |
Hey @{issue-author} :wave: We ask that you please do not use GitHub for help or support 😄. We use GitHub solely for bug-tracking and on-going feature development.
Many questions can be answered by reviewing our [documentation](https://docs.ghost.org). If you can't find an answer then our [forum](https://forum.ghost.org) is a great place to get community support, plus it helps create a central location for searching problems/solutions.
FYI: Many projects have their own support guidelines and GitHub will highlight them for you as it did here, or the project owners will use issue templates to point you in the right direction, please read them before opening issues.
# 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