Skip to content

Commit 0359d0c

Browse files
chore: create labeler.yml
1 parent e512e55 commit 0359d0c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/labeler.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
":construction_worker: CI":
2+
- changed-files:
3+
- any-glob-to-any-file: ".github/**"
4+
":jar: api":
5+
- changed-files:
6+
- any-glob-to-any-file: "packages/~/*/api/**/*"
7+
":lipstick: ui":
8+
- changed-files:
9+
- any-glob-to-any-file:
10+
- "packages/~/app/ui**/*"
11+
- "packages/~/*/ui/**/*"
12+
":memo: documentation":
13+
- changed-files:
14+
- any-glob-to-any-file: "**/*.md"
15+
":test_tube: e2e":
16+
- changed-files:
17+
- any-glob-to-any-file: "e2e/**/*"
18+
"scope: moderations":
19+
- changed-files:
20+
- any-glob-to-any-file: "packages/~/moderations/**/*"
21+
"scope: users":
22+
- changed-files:
23+
- any-glob-to-any-file: "packages/~/users/**/*"
24+
"scope: organizations":
25+
- changed-files:
26+
- any-glob-to-any-file: "packages/~/organizations/**/*"

0 commit comments

Comments
 (0)