From 2bf8414a20108065eb1eebc8885b5b6c83ad9b18 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 11 Jul 2023 01:53:59 -0700 Subject: [PATCH] Update labeler for recent changes (#130168) 'team' is going away, and 'tech debt' got renamed. --- .github/labeler.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index b134dfdbc9..9571981ef2 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -79,21 +79,10 @@ framework: platform-ios: - packages/flutter_tools/lib/src/ios/**/* -team: - - '**/pubspec.yaml' - - '**/fix_data.yaml' - - '**/*.expect' - - '**/*test_fixes*' - - .github/**/* - - dev/**/* - - examples/**/* - - packages/flutter_goldens/**/* - - packages/flutter_goldens_client/**/* - 'customer: gallery': - examples/flutter_gallery/**/* -tech-debt: +'c: tech-debt': - '**/fix_data.yaml' - '**/*.expect' - '**/*test_fixes*'