File tree Expand file tree Collapse file tree 2 files changed +22
-26
lines changed Expand file tree Collapse file tree 2 files changed +22
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : ' Support Requests'
2
+
3
+ on :
4
+ issues :
5
+ types : [labeled, unlabeled, reopened]
6
+
7
+ permissions :
8
+ issues : write
9
+
10
+ jobs :
11
+ action :
12
+ runs-on : ubuntu-latest
13
+ steps :
14
+ - uses : dessant/support-requests@v2
15
+ with :
16
+ issue-comment : >
17
+ :wave: @{issue-author}, we use the issue tracker exclusively for bug reports
18
+ and feature requests. However, this issue appears to be a support request.
19
+ For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/react-router)
20
+ or [Reactiflux](https://discord.gg/6RyV8n8yyM) where there are a lot more people ready to help you out.
21
+
22
+ Please feel free to clarify your issue if you think it was closed prematurely.
You can’t perform that action at this time.
0 commit comments