From e0b424b7cd4f1604d84ab13aa7ee0ae0ec31bcd9 Mon Sep 17 00:00:00 2001 From: Matan Lurey Date: Thu, 9 Jan 2025 08:28:24 -0800 Subject: [PATCH] Exclude `*texture*` as matching for `a: text input` (#161354) ... probably save @justinmc and others having to go through engine texture changes :P --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 978c1f3c165..185b182be04 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -45,6 +45,7 @@ - all-globs-to-any-file: - '**/*text*' - '!**/*context*' + - '!**/*texture*' 'd: api docs': - changed-files: