Skip to content

Commit cafb7eb

Browse files
committed
fix(template): labeler.yml use paths arrays for actions/labeler v6
1 parent ed41951 commit cafb7eb

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/labeler.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# PR labeler configuration for GitHub Action template
22
action:
3-
- 'action.yml'
4-
- 'src/**'
3+
- paths:
4+
- 'action.yml'
5+
- 'src/**'
56

67
ci:
7-
- '.github/workflows/**'
8+
- paths:
9+
- '.github/workflows/**'
810

911
tests:
10-
- 'test/**'
12+
- paths:
13+
- 'test/**'

0 commit comments

Comments
 (0)