Skip to content

Commit 750e293

Browse files
committed
Replace support bot with support action
Signed-off-by: SizableShrimp <[email protected]>
1 parent 1a8a99e commit 750e293

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

.github/support.yml

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

.github/workflows/support.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Support Requests
2+
3+
on:
4+
issues:
5+
types:
6+
- labeled
7+
- unlabeled
8+
- reopened
9+
10+
permissions:
11+
issues: write
12+
13+
jobs:
14+
support:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: dessant/support-requests@v2
18+
with:
19+
support-label: forum
20+
issue-comment: >
21+
:wave: We use the issue tracker exclusively for final bug reports and feature requests.
22+
However, this issue appears to be better suited for the
23+
[Forge Support Forums](https://forums.minecraftforge.net/) or
24+
[Forge Discord](https://discord.gg/UvedJ9m). Please create a new topic on the support forum
25+
with this issue or ask in the `#tech-support` channel in the Discord server, and the
26+
conversation can continue there.
27+
lock-issue: true

0 commit comments

Comments
 (0)