From ddc475c6ea55a85cf36f797ef991072f472029e3 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:35:23 +1000 Subject: [PATCH] .github/labeler.yml: update config for v5 --- .github/labeler.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 901819e..5cf0767 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,8 +1,12 @@ "sops secrets": - - ".sops.yaml" - - "secrets.yaml" - - "**/*/*.enc.json" - - "**/*/secrets.yaml" + - changed-files: + - any-glob-to-any-file: + - ".sops.yaml" + - "secrets.yaml" + - "**/*/*.enc.json" + - "**/*/secrets.yaml" "terraform": - - terraform/**/* + - changed-files: + - any-glob-to-any-file: + - "terraform/**/*"