Skip to content

Commit e79ebe1

Browse files
authored
Fix labeler.yml (#1099)
1 parent 73b0b1c commit e79ebe1

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:cronet_http':
7-
- 'pkgs/cronet_http/**'
8+
- changed-files:
9+
- any-glob-to-any-file: 'pkgs/cronet_http/**'
810

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

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

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

0 commit comments

Comments
 (0)