Skip to content

Commit 0f7f9fe

Browse files
committedApr 2, 2025
ci: update Labeler.yml format for v5
1 parent 3290a65 commit 0f7f9fe

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed
 

‎.github/labeler.yml

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
---
21
# labels auto assigned to PR, keep in sync with labels.yml
32
test:
4-
- test/**/*.spec.**
3+
- changed-files:
4+
- any-glob-to-any-file:
5+
- test/**/*.spec.*
56
dependencies:
6-
- package.json
7-
- yarn.lock
8-
- package-lock.json
9-
documentation: -**.md
10-
-**/**/*.md
11-
- website/**/*
7+
- changed-files:
8+
- any-glob-to-any-file:
9+
- package.json
10+
- yarn.lock
11+
- package-lock.json
12+
documentation:
13+
- changed-files:
14+
- any-glob-to-any-file:
15+
- '**/**.md'
16+
- website/
1217
automation:
13-
- .github/*
14-
- .github/**/*
18+
- changed-files:
19+
- any-glob-to-any-file:
20+
- .github/
1521
core:
16-
- src/core/**/*
22+
- changed-files:
23+
- any-glob-to-any-file:
24+
- src/core/
1725
cli:
18-
- src/cli/**/*
26+
- changed-files:
27+
- any-glob-to-any-file:
28+
- src/cli/

0 commit comments

Comments
 (0)
Failed to load comments.