diff --git a/.github/labeler.yml b/.github/labeler.yml index 970336ee4b..035a7cbb3b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -67,7 +67,9 @@ TF Plugin Framework: Vault: - any: - changed-files: - - any-glob-to-any-file: ['content/vault/**'] + - any-glob-to-any-file: [ + 'content/vault/**' + ] Vault IC: - any: @@ -88,4 +90,6 @@ Vault IC: WAF: - any: - changed-files: - - any-glob-to-any-file: ['well-architected-framework/**'] \ No newline at end of file + - any-glob-to-any-file: [ + 'content/well-architected-framework/**' + ] \ No newline at end of file