From 7c27a05a545b42be269384a39540ed2173c2c7bc Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Tue, 29 Oct 2024 15:49:17 -0700 Subject: [PATCH] Avoid labeling all PRs as 'text-input' (#157805) After https://github.com/flutter/flutter/pull/157650 all PRs are being labeled as text-input by the PR labeler. I think the config is missing an `all` based on the [negation example](https://github.com/actions/labeler/blob/main/README.md#basic-examples) --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7dad0e50e2..f2aff1e0b6 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -39,9 +39,9 @@ 'a: text input': - changed-files: - - any-glob-to-any-file: - - '**/text/*' + - all-globs-to-any-file: - '**/*text*' + - '!**/*context*' 'd: api docs': - changed-files: