forked from TauCetiStation/TauCetiClassic
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.repoxbot.config.json
35 lines (35 loc) · 1.12 KB
/
.repoxbot.config.json
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
{
"changelogLocation": {
"org": "TauCetiStation",
"repo": "ClassicChangelog",
"path": "index.html"
},
"changelogClasses": {
"rscadd": "Feature",
"add": "Feature",
"rscdel": "Revert / Removal",
"del": "Revert / Removal",
"performance": "Performance",
"balance": "Balance",
"experiment": "Experimental",
"spellcheck": "",
"tweak": "Tweak",
"sound": "Sound",
"image": "Sprites",
"bugfix": "Fix",
"fix": "Fix",
"map": "Map Edit",
"localization": "Translation/Localization",
"ru": "Translation/Localization"
},
"diffPathsLabels": {
"^diff.+/icons/.+\\.dmi$": "Sprites",
"^diff.+/maps/.+\\.dmm$": "Map Edit",
"^diff --git a/tools/.+$": "Tools",
"^diff --git a/sound/.+$": "Sound",
"^diff --git a/tgui/.+$": "UI",
"^diff --git a/config/.+$": "Config Update",
"^diff --git a/code/controllers/configuration.dm": "Config Update",
"^diff --git a/code/modules/client/preferences_savefile.dm": "Preferences Update"
}
}