From 6c25b28312c4d04f007c00c2dccc2d692af3caeb Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 2 Nov 2022 15:59:59 +0000 Subject: [PATCH] DEV: Fix `labeler.yml` glob configuration (#18846) Followup to 449f7d5ed5b32adf281e96a4d36ff3084f320817 --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d90a124037..90492aebc0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1,2 @@ chat: -- any: plugins/chat/**/* +- plugins/chat/**/*