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/**/*