Skip to content

Commit

Permalink
Fix labeler.yml (#1099)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jan 3, 2024
1 parent 73b0b1c commit e79ebe1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# Configuration for .github/workflows/pull_request_label.yml.

'type-infra':
- '.github/**'
- changed-files:
- any-glob-to-any-file: '.github/**'

'package:cronet_http':
- 'pkgs/cronet_http/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/cronet_http/**'

'package:cupertino_http':
- 'pkgs/cupertino_http/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/cupertino_http/**'

'package:http':
- 'pkgs/http/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/http/**'

'package:http_client_conformance_tests':
- 'pkgs/http_client_conformance_tests/**'
- changed-files:
- any-glob-to-any-file: 'pkgs/http_client_conformance_tests/**'

0 comments on commit e79ebe1

Please sign in to comment.