-
Notifications
You must be signed in to change notification settings - Fork 2
/
reactionable.yml
43 lines (43 loc) · 1.22 KB
/
reactionable.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
repositories:
neoforged/dummy-testing-pr-publishing:
labelHandlers:
support:
type: lock
lock: true
close: true
message: |
hi?
No support questions.
neoforged/mdk:
labelHandlers:
merge me now:
type: merge
method: SQUASH
neoforged/neoforge:
baseRunCommand: |
echo "JAVA_HOME=$(echo $JAVA_HOME_21_X64)" >> "$GITHUB_ENV"
./gradlew :neoforge:setup
runUploadPattern: |
src/
tests/src/
testframework/src/
labelHandlers:
support:
type: lock
lock: true
close: true
message: |
:wave: We use the issue tracker exclusively for final bug reports and feature requests.
However, this issue appears to be better suited for the [NeoForge Discord](https://discord.neoforged.net).
Please ask in the `#user-support` channel in the Discord server, and the conversation can continue there.
keep rebased:
type: keep-rebased
prActions:
repository: neoforged/practionrunner
workflow: run_pr.yml@main
commands:
prefixes:
- "@neoforged/bots "
- "/"
reactToComment: true
minimizeComment: true