Skip to content

Commit 1cd5b3d

Browse files
fix: update labeler configuration for changed-files syntax and trigger event
1 parent 92b034a commit 1cd5b3d

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.github/configs/labeler.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
documentation:
2-
- all: ["*.md"]
2+
- changed-files:
3+
- any-glob-to-all-files: ["*.md"]
34
Core:
4-
- .github/**/*
5-
- .husky/**/*
6-
- data/**/*
7-
- scripts/**/*
5+
- changed-files:
6+
- any-glob-to-any-file:
7+
- .github/**/*
8+
- .husky/**/*
9+
- data/**/*
10+
- scripts/**/*
811
Widget:
9-
- packages/**/*-native*/**/*
10-
- packages/**/*_native*/**/*
12+
- changed-files:
13+
- any-glob-to-any-file:
14+
- packages/**/*-native*/**/*
15+
- packages/**/*_native*/**/*
1116
test:
12-
- all: ["*.spec.*"]
17+
- changed-files:
18+
- any-glob-to-all-files: ["*.spec.*"]

0 commit comments

Comments
 (0)