Skip to content

Commit 28fef4b

Browse files
committed
ci: add labeler config for auto-label workflow
1 parent 105e563 commit 28fef4b

1 file changed

Lines changed: 57 additions & 0 deletions

File tree

.github/labeler.yml

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Auto-label configuration for actions/labeler@v5
2+
3+
"🗄️ database":
4+
- changed-files:
5+
- any-glob-to-any-file:
6+
- '*.sql'
7+
- 'isotope-complete.sql'
8+
- 'community-patch-v4.sql'
9+
- 'performance-patch.sql'
10+
11+
"🖥️ server":
12+
- changed-files:
13+
- any-glob-to-any-file:
14+
- 'server.mjs'
15+
16+
"📝 documentation":
17+
- changed-files:
18+
- any-glob-to-any-file:
19+
- '*.md'
20+
- 'docs/**'
21+
22+
"🔧 setup":
23+
- changed-files:
24+
- any-glob-to-any-file:
25+
- 'setup.sh'
26+
- 'setup.bat'
27+
- 'install.ps1'
28+
- 'update.sh'
29+
- 'update.bat'
30+
- 'bin/**'
31+
- '.env.example'
32+
33+
"⚙️ ci":
34+
- changed-files:
35+
- any-glob-to-any-file:
36+
- '.github/workflows/**'
37+
- '.github/**'
38+
39+
"📱 android":
40+
- changed-files:
41+
- any-glob-to-any-file:
42+
- 'setup-termux-widget.sh'
43+
- 'TERMUX_WIDGET.md'
44+
45+
"🎨 frontend":
46+
- changed-files:
47+
- any-glob-to-any-file:
48+
- 'public/**'
49+
- 'src/**'
50+
- 'index.html'
51+
- 'vite.config.ts'
52+
53+
"📦 dependencies":
54+
- changed-files:
55+
- any-glob-to-any-file:
56+
- 'package.json'
57+
- 'package-lock.json'

0 commit comments

Comments
 (0)