homebrew-core/.github/support.yml
Mike McQuaid 9aa50fb9fc Add more Probots
We're already using the stale bot which seems to work quite well for us.
Let's also add:

- [No Response](https://probot.github.io/apps/no-response/) (replacing
[github-snooze-button](https://github.com/tdsmith/github-snooze-button))
- [Move Issues](https://probot.github.io/apps/move/)
- [Support Requests](https://probot.github.io/apps/support/)
- [Lock Threads](https://probot.github.io/apps/lock/)
2018-05-04 09:13:14 +01:00

16 lines
701 B
YAML

# Configuration for support-requests - https://github.com/dessant/support-requests
# Label used to mark issues as support requests
supportLabel: support-request
# Comment to post on issues marked as support requests. Add a link
# to a support page, or set to `false` to disable
supportComment: >
We use the issue tracker exclusively for bug reports and feature requests.
However, this issue appears to be a support request. Please use our
[Discourse](https://discourse.brew.sh) or
[IRC channel](irc://irc.freenode.net/#machomebrew) to get help with
the project.
# Whether to close issues marked as support requests
close: true
# Whether to lock issues marked as support requests
lock: true