We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
labeler.yml
1 parent 2f59ab4 commit 8ffc077Copy full SHA for 8ffc077
.github/labeler.yml
@@ -1,16 +1,21 @@
1
# Configuration for .github/workflows/pull_request_label.yml.
2
3
'type-infra':
4
- - '.github/**'
+ - changed-files:
5
+ - any-glob-to-any-file: '.github/**'
6
7
'package:cli_config':
- - 'pkgs/cli_config/**'
8
9
+ - any-glob-to-any-file: 'pkgs/cli_config/**'
10
11
'package:extension_discovery':
- - 'pkgs/extension_discovery/**'
12
13
+ - any-glob-to-any-file: 'pkgs/extension_discovery/**'
14
15
'package:graphs':
- - 'pkgs/graphs/**'
16
17
+ - any-glob-to-any-file: 'pkgs/graphs/**'
18
19
'package:unified_analytics':
- - 'pkgs/unified_analytics/**'
20
21
+ - any-glob-to-any-file: 'pkgs/unified_analytics/**'
0 commit comments