forked from remix-run/react-router
-
Notifications
You must be signed in to change notification settings - Fork 0
22 lines (18 loc) · 752 Bytes
/
support.yml
File metadata and controls
22 lines (18 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "Support Requests"
on:
issues:
types: [labeled, unlabeled, reopened]
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v2
with:
issue-comment: >
:wave: @{issue-author}, we use the issue tracker exclusively for bug reports
and feature requests. However, this issue appears to be a support request.
For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/react-router)
or [Reactiflux](https://discord.gg/6RyV8n8yyM) where there are a lot more people ready to help you out.
Please feel free to clarify your issue if you think it was closed prematurely.