Skip to content

Commit 8ffc077

Browse files
authored
Fix labeler.yml (#224)
1 parent 2f59ab4 commit 8ffc077

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/labeler.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
# Configuration for .github/workflows/pull_request_label.yml.
22

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

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

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

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

1519
'package:unified_analytics':
16-
- 'pkgs/unified_analytics/**'
20+
- changed-files:
21+
- any-glob-to-any-file: 'pkgs/unified_analytics/**'

0 commit comments

Comments
 (0)