From 8146412e3ceab6993566fdecdaa05260528d7cca Mon Sep 17 00:00:00 2001 From: Ludo Date: Sun, 27 Nov 2022 18:51:41 +0100 Subject: [PATCH] change rules --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 42f9565b75..7073c4147e 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,11 +13,11 @@ # limitations under the License. 'on:blueprints': - - blueprints/**/*tf + - blueprints/**/*.tf 'on:FAST': - - fast/**/*tf + - fast/**/*.tf 'on:modules': - - modules/**/*tf + - modules/**/*.tf 'on:tools': - tools/**/* - .github/**/*