forked from dart-lang/http
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabeler.yml
More file actions
41 lines (31 loc) · 1.03 KB
/
labeler.yml
File metadata and controls
41 lines (31 loc) · 1.03 KB
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
# Configuration for .github/workflows/pull_request_label.yml.
'type-infra':
- changed-files:
- any-glob-to-any-file: '.github/**'
'package:cronet_http':
- changed-files:
- any-glob-to-any-file: 'pkgs/cronet_http/**'
'package:cupertino_http':
- changed-files:
- any-glob-to-any-file: 'pkgs/cupertino_http/**'
'package:http':
- changed-files:
- any-glob-to-any-file: 'pkgs/http/**'
'package:http2':
- changed-files:
- any-glob-to-any-file: 'pkgs/http2/**'
'package:http_client_conformance_tests':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'
'package:http_multi_server':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_multi_server/**'
'package:http_parser':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_parser/**'
'package:web_socket_channel':
- changed-files:
- any-glob-to-any-file: 'pkgs/web_socket_channel/**'
'package:web_socket_conformance_tests':
- changed-files:
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'