File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
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/**/*"
You can’t perform that action at this time.
0 commit comments