Skip to content

Commit df21840

Browse files
authored
Fix labeler.yml (#2324)
1 parent ebcd034 commit df21840

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

.github/labeler.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
# This configures the .github/workflows/pull_request_label.yml workflow.
22

33
'type-infra':
4-
- '.github/**'
4+
- changed-files:
5+
- any-glob-to-any-file: '.github/**'
56

67
'package:dwds':
7-
- dwds/**/*
8+
- changed-files:
9+
- any-glob-to-any-file: 'dwds/**/*'
810

911
'package:frontend_server_client':
10-
- frontend_server_client/**/*
12+
- changed-files:
13+
- any-glob-to-any-file: 'frontend_server_client/**/*'
1114

1215
'package:webdev':
13-
- webdev/**/*
16+
- changed-files:
17+
- any-glob-to-any-file: 'webdev/**/*'
1418

1519
'dart-debug-extension':
16-
- dwds/debug_extension/**/*
17-
- dwds/debug_extension_mv3/**/*
20+
- changed-files:
21+
- any-glob-to-any-file: 'dwds/debug_extension/**/*'
22+
- any-glob-to-any-file: 'dwds/debug_extension_mv3/**/*'

0 commit comments

Comments
 (0)