From f8804a3c415c20b2d815b22fda18fef4dd7d85d0 Mon Sep 17 00:00:00 2001 From: "voxel!()" Date: Sun, 31 Dec 2023 10:41:46 -0800 Subject: [PATCH] Add missing quotes to labeler action --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 49b038b..485f85e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ 'pr': - changed-files: - - any-glob-to-any-file: src/** + - any-glob-to-any-file: 'src/**' 'ci': - changed-files: - - any-glob-to-any-file: .github/** + - any-glob-to-any-file: '.github/**'