Skip to content

Commit aa274de

Browse files
Merge pull request #28 from Oppro-net-Development/2.0.0
UPDATE: Labeler
2 parents c83e3b0 + ca5977b commit aa274de

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

.github/labeler.yml

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ site:
1414
example:
1515
- "example/**"
1616

17+
backend:
18+
- "src/DevTools/backend/**"
19+
- "site/backend/**"
20+
21+
ui:
22+
- "src/DevTools/ui/**"
23+
24+
static:
25+
- "site/static/**"
1726

1827
priority-high:
1928
- "**/*.py"
@@ -22,13 +31,36 @@ priority-medium:
2231
- "**/*.html"
2332
- "**/*.css"
2433
- "**/*.js"
34+
- "**/*.yml"
35+
- "**/*.yaml"
2536

2637
priority-low:
27-
- "**/*.yml"
2838
- "**/*.json"
2939
- "**/*.txt"
3040
- "**/*.md"
3141
- "**/*.rst"
42+
43+
translation-message:
44+
- "translation/message/**"
45+
46+
translation-commands:
47+
- "translation/commands/**"
48+
49+
translation:
50+
- "translation/**"
51+
52+
python:
53+
- "**/*.py"
54+
55+
javascript:
56+
- "**/*.js"
57+
58+
html:
59+
- "**/*.html"
60+
61+
css:
62+
- "**/*.css"
63+
3264
# Exclude files and directories
3365
--- IGNORE ---
3466
- "README.md"

0 commit comments

Comments
 (0)