We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee33c90 + e016b3b commit f700c69Copy full SHA for f700c69
1 file changed
.github/configs/labeler.yml
@@ -1,12 +1,18 @@
1
documentation:
2
- - all: ["*.md"]
+ - changed-files:
3
+ - any-glob-to-all-files: ["*.md"]
4
Core:
- - .github/**/*
5
- - .husky/**/*
6
- - data/**/*
7
- - scripts/**/*
+ - any-glob-to-any-file:
+ - .github/**/*
8
+ - .husky/**/*
9
+ - data/**/*
10
+ - scripts/**/*
11
Widget:
- - packages/**/*-native*/**/*
- - packages/**/*_native*/**/*
12
13
14
+ - packages/**/*-native*/**/*
15
+ - packages/**/*_native*/**/*
16
test:
- - all: ["*.spec.*"]
17
18
+ - any-glob-to-all-files: ["*.spec.*"]
0 commit comments