Skip to content

Commit 5c8176a

Browse files
authored
fix labeler.yml config
1 parent 8b82a48 commit 5c8176a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/labeler.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
":memo: documentation":
22
- any:
33
- changed-files:
4-
- docs/**/*
5-
- SIGs/**/*
4+
- any-glob-to-any-file:
5+
- docs/**/*
6+
- SIGs/**/*
67
":pencil2: blog":
78
- any:
89
- changed-files:
9-
- blog/**/*
10+
- any-glob-to-any-file:
11+
- blog/**/*
1012
":taco: app":
1113
- any:
1214
- changed-files:
13-
- src/**/*
14-
- static/**/*
15-
- ./*.js
16-
- ./*.json
15+
- any-glob-to-any-file:
16+
- src/**/*
17+
- static/**/*
18+
- ./*.js
19+
- ./*.json
1720
":construction: actions":
1821
- any:
1922
- changed-files:
20-
- .github/workflows/**/*
23+
- any-glob-to-any-file:
24+
- .github/workflows/**/*

0 commit comments

Comments
 (0)