From 17577e5ba8cc148c8d026dc8e9f8345ad230e7f5 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 15:27:24 +0000 Subject: [PATCH 1/7] upate --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 5feaaa12a20..2e75e0865b8 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -29,7 +29,7 @@ jobs: python-version: '3.x' - name: Install Vale - run: pip install vale==2.27.0 # Install a stable version of Vale + run: pip install vale==3.9.1.0 # Install a stable version of Vale - name: Get changed files id: changed-files From 43601d151b31d90b6711a836f7dc13c04b341c0a Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 15:33:54 +0000 Subject: [PATCH 2/7] update --- .github/workflows/vale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 2e75e0865b8..3b70e9e007f 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -63,10 +63,10 @@ jobs: uses: errata-ai/vale-action@reviewdog with: token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-check + reporter: github-pr-review files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }} separator: ' ' - version: '2.27.0' + version: '3.9.1.0' # - name: Post summary comment # if: ${{ steps.changed-files.outputs.any_changed == 'true' }} From db383f15f6a6653a4ace6841232680d0c49b3cd2 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 15:36:27 +0000 Subject: [PATCH 3/7] remove --- .github/workflows/vale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 3b70e9e007f..3f1a6ae85de 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -66,7 +66,6 @@ jobs: reporter: github-pr-review files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }} separator: ' ' - version: '3.9.1.0' # - name: Post summary comment # if: ${{ steps.changed-files.outputs.any_changed == 'true' }} From ccf774679934eb085e7a84dbefb91cda588924a7 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 15:46:42 +0000 Subject: [PATCH 4/7] change --- .vale.ini | 2 +- styles/Vocab/{EN => Docs}/accept.txt | 0 styles/Vocab/{EN => Docs}/reject.txt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename styles/Vocab/{EN => Docs}/accept.txt (100%) rename styles/Vocab/{EN => Docs}/reject.txt (100%) diff --git a/.vale.ini b/.vale.ini index 58aff923afe..6c3566aa0c9 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,7 @@ StylesPath = styles MinAlertLevel = warning -Vocab = EN +Vocab = Docs [*.md] BasedOnStyles = custom diff --git a/styles/Vocab/EN/accept.txt b/styles/Vocab/Docs/accept.txt similarity index 100% rename from styles/Vocab/EN/accept.txt rename to styles/Vocab/Docs/accept.txt diff --git a/styles/Vocab/EN/reject.txt b/styles/Vocab/Docs/reject.txt similarity index 100% rename from styles/Vocab/EN/reject.txt rename to styles/Vocab/Docs/reject.txt From 6bcd2acac619343e1fd16863eef8a718d54997ba Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 16:02:00 +0000 Subject: [PATCH 5/7] update --- .vale.ini | 2 +- styles/{Vocab/Docs => config/vocabularies/EN}/accept.txt | 0 styles/{Vocab/Docs => config/vocabularies/EN}/reject.txt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename styles/{Vocab/Docs => config/vocabularies/EN}/accept.txt (100%) rename styles/{Vocab/Docs => config/vocabularies/EN}/reject.txt (100%) diff --git a/.vale.ini b/.vale.ini index 6c3566aa0c9..58aff923afe 100644 --- a/.vale.ini +++ b/.vale.ini @@ -1,7 +1,7 @@ StylesPath = styles MinAlertLevel = warning -Vocab = Docs +Vocab = EN [*.md] BasedOnStyles = custom diff --git a/styles/Vocab/Docs/accept.txt b/styles/config/vocabularies/EN/accept.txt similarity index 100% rename from styles/Vocab/Docs/accept.txt rename to styles/config/vocabularies/EN/accept.txt diff --git a/styles/Vocab/Docs/reject.txt b/styles/config/vocabularies/EN/reject.txt similarity index 100% rename from styles/Vocab/Docs/reject.txt rename to styles/config/vocabularies/EN/reject.txt From 11b777861ea24bcd6170b2989ad105517513fd8b Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Thu, 12 Dec 2024 16:13:25 +0000 Subject: [PATCH 6/7] update version --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 3f1a6ae85de..8abc5e2f50b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -33,7 +33,7 @@ jobs: - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v34 + uses: tj-actions/changed-files@v45 with: files: | website/**/*.md From 1379d88afffe1c270886d97c618d50f4862e1e3f Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Fri, 13 Dec 2024 10:38:42 +0000 Subject: [PATCH 7/7] add version --- styles/config/vocabularies/EN/accept.txt | 2 ++ styles/custom/Typos.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/styles/config/vocabularies/EN/accept.txt b/styles/config/vocabularies/EN/accept.txt index e673e2ef83d..083b42f7bed 100644 --- a/styles/config/vocabularies/EN/accept.txt +++ b/styles/config/vocabularies/EN/accept.txt @@ -65,3 +65,5 @@ N/A pseudocolumn yml values= +dbt v\\d+\\.\\d+ +v\\d+\\.\\d+ diff --git a/styles/custom/Typos.yml b/styles/custom/Typos.yml index 456517950a9..c1ad5cbe95b 100644 --- a/styles/custom/Typos.yml +++ b/styles/custom/Typos.yml @@ -37,3 +37,5 @@ tokens: - '\w+/\w+|\w+-\w+|n/a' - 'n/a' - 'N/A' + - 'dbt v\\d+\\.\\d+' + - 'v\\d+\\.\\d+ '