From b367d52da48a9952aa69a7cc204f9a4828c3a294 Mon Sep 17 00:00:00 2001 From: Sarah Chavis <62406755+schavis@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:08:31 -0700 Subject: [PATCH] make formatting consistant --- .github/labeler.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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