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 73b0b1c commit e79ebe1Copy full SHA for e79ebe1
.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:cronet_http':
- - 'pkgs/cronet_http/**'
8
9
+ - any-glob-to-any-file: 'pkgs/cronet_http/**'
10
11
'package:cupertino_http':
- - 'pkgs/cupertino_http/**'
12
13
+ - any-glob-to-any-file: 'pkgs/cupertino_http/**'
14
15
'package:http':
- - 'pkgs/http/**'
16
17
+ - any-glob-to-any-file: 'pkgs/http/**'
18
19
'package:http_client_conformance_tests':
- - 'pkgs/http_client_conformance_tests/**'
20
21
+ - any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'
0 commit comments