Blame Raw
· · · 46 lines (1.0 KB)
0 contributors
1####################################
2# Labels based on changed files #
3####################################
4🏭 Backend Changes:
5- changed-files:
6 - any-glob-to-any-file:
7 - "src/**"
8 - "default/config.yaml"
9 - "server.js"
10 - "plugins.js"
11 - "recover.js"
12 - "webpack.config.js"
13 - "Start.bat"
14 - "start.sh"
15 - "UpdateAndStart.bat"
16 - "UpdateForkAndStart.bat"
17
18⚙️ config.yaml:
19- changed-files:
20 - any-glob-to-any-file:
21 - "default/config.yaml"
22
23🛠️ Build Changes:
24- changed-files:
25 - any-glob-to-any-file:
26 - ".github/workflows/**"
27 - "docker/**"
28 - ".dockerignore"
29 - "Dockerfile"
30 - "webpack.config.js"
31
32🌐 Language:
33- changed-files:
34 - any-glob-to-any-file:
35 - "public/locales/**"
36
37📥 Dependencies:
38- changed-files:
39 - any-glob-to-any-file:
40 - "public/lib/**" # Every frontend lib counts as a dependency as well
41 - "package.json"
42 - "package-lock.json"
43 - "tests/package.json"
44 - "tests/package-lock.json"
45 - "src/electron/package.json"
46 - "src/electron/package-lock.json"