From e79ebe13fc1ccc02c6108a3bd863b3c5eee040a7 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 3 Jan 2024 10:26:39 +0100 Subject: [PATCH] Fix `labeler.yml` (#1099) --- .github/labeler.yml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b49eaf2cc5..6d477b3173 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**' \ No newline at end of file