Skip to content

Commit d1f92fd

Browse files
authored
Migrate support Probot to support GitHub Action
I'm pretty sure I'm doing this right...
1 parent f82c4e1 commit d1f92fd

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

.github/support.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/support.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)