From 00fac1b96ee4315c953317cbaba66e0b55b2f26a Mon Sep 17 00:00:00 2001 From: Stuart Morgan Date: Wed, 18 Feb 2026 11:29:27 -0500 Subject: [PATCH] [ci] Fix syntax error in auto-labeler https://github.com/flutter/packages/pull/11042 was missing a `:`, causing label jobs to fail in CI. --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3f8c43041aac..a6ad7f620776 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,7 +18,7 @@ - any-glob-to-any-file: - third_party/packages/cupertino_icons/**/* -'p: cupertino_ui' +'p: cupertino_ui': - changed-files: - any-glob-to-any-file: - third_party/packages/cupertino_ui/**/*