-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathlabeler.yml
53 lines (40 loc) · 1.25 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Configuration for .github/workflows/pull_request_label.yml.
'type-infra':
- changed-files:
- any-glob-to-any-file: '.github/**'
'package:boolean_selector':
- changed-files:
- any-glob-to-any-file: 'pkgs/boolean_selector/**'
'package:cli_config':
- changed-files:
- any-glob-to-any-file: 'pkgs/cli_config/**'
'package:cli_util':
- changed-files:
- any-glob-to-any-file: 'pkgs/cli_util/**'
'package:coverage':
- changed-files:
- any-glob-to-any-file: 'pkgs/coverage/**'
'package:extension_discovery':
- changed-files:
- any-glob-to-any-file: 'pkgs/extension_discovery/**'
'package:file':
- changed-files:
- any-glob-to-any-file: 'pkgs/file/**'
'package:file_testing':
- changed-files:
- any-glob-to-any-file: 'pkgs/file_testing/**'
'package:graphs':
- changed-files:
- any-glob-to-any-file: 'pkgs/graphs/**'
'package:mime':
- changed-files:
- any-glob-to-any-file: 'pkgs/mime/**'
'package:oauth2':
- changed-files:
- any-glob-to-any-file: 'pkgs/oauth2/**'
'package:source_map_stack_trace':
- changed-files:
- any-glob-to-any-file: 'pkgs/source_map_stack_trace/**'
'package:unified_analytics':
- changed-files:
- any-glob-to-any-file: 'pkgs/unified_analytics/**'