-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreactionable.yml
76 lines (74 loc) · 2.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
repositories:
neoforged/dummy-testing-pr-publishing:
labelHandlers:
support:
type: lock
lock: true
close: true
message: |
hi?
No support questions.
backport:
preApplyGenCommands:
- ./gradlew :neoforge:setup
- git add -f projects/neoforge/src/main/java/
- git config user.name "Temp"
- git config user.email "[email protected]"
- git commit -m '"Add vanilla sources"' --quiet
postApplyGenCommands:
- ./gradlew :neoforge:setup
preApplyCommands:
- ./gradlew :neoforge:setup
- git add -f projects/neoforge/src/main/java/
postApplyCommands:
- ./gradlew :neoforge:genPatches
- rm -rf projects/neoforge/src/main/java/
diffPattern: '!patches/'
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
backport:
# Because we can't really backport patches we instead backport the actual changes they cause
preApplyGenCommands:
- ./gradlew :neoforge:setup # Prepare base sources
- git add -f projects/neoforge/src/main/java/ # Add and commit vanilla sources so we can diff them
- git config user.name "Temp"
- git config user.email "[email protected]"
- git commit -m '"Add vanilla sources"' --quiet
postApplyGenCommands:
- ./gradlew :neoforge:setup # Apply patches from PR
preApplyCommands:
- ./gradlew :neoforge:setup # Prepare base sources
- git add -f projects/neoforge/src/main/java/ # Force git to track the vanilla sources so the diff generated from the PR will be applied
postApplyCommands:
- ./gradlew :neoforge:genPatches
- rm -rf projects/neoforge/src/main/java/
diffPattern: '!patches/'
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
awaiting community agreement:
type: block
prActions:
repository: neoforged/practionrunner
workflow: run_pr.yml@main
commands:
prefixes:
- "@neoforged/bots "
- "/"
reactToComment: true
minimizeComment: true