File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments