From 3119c81999b569520e2f46f2c8ebaad800b83313 Mon Sep 17 00:00:00 2001 From: Ivan Shymko Date: Thu, 2 Apr 2026 09:23:51 +0000 Subject: [PATCH 1/2] ci: spelling issue Do not merge. --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 000000000..345e6aef7 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Test From 743abf91ab3b3a735b8793ba558fe1d60d36e5cd Mon Sep 17 00:00:00 2001 From: Ivan Shymko Date: Thu, 2 Apr 2026 12:06:07 +0000 Subject: [PATCH 2/2] update --- .github/workflows/spelling.yaml | 9 +++++---- test.txt | 1 - 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 test.txt diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index 49b09a87b..b917224bd 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -1,8 +1,8 @@ --- name: Check Spelling on: - pull_request: - branches: ['**'] + pull_request_target: + branches: ["**"] types: [opened, reopened, synchronize] issue_comment: types: [created] @@ -11,6 +11,7 @@ jobs: name: Check Spelling permissions: contents: read + pull-requests: read actions: read security-events: write outputs: @@ -74,6 +75,6 @@ jobs: cspell:sql/src/tsql.txt cspell:terraform/dict/terraform.txt cspell:typescript/dict/typescript.txt - check_extra_dictionaries: '' + check_extra_dictionaries: "" only_check_changed_files: true - longest_word: '10' + longest_word: "10" diff --git a/test.txt b/test.txt deleted file mode 100644 index 345e6aef7..000000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -Test