From f14f7f14e011572a41be366dced3941180e38d9c Mon Sep 17 00:00:00 2001 From: Ivan Shymko Date: Fri, 3 Apr 2026 07:34:10 +0000 Subject: [PATCH] chore: revert "ci: fix spelling action failure (#922)" This reverts commit 3942c5707a6d12bde1f1c4a312aa205842d42de6. --- .github/workflows/spelling.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index b917224bd..49b09a87b 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -1,8 +1,8 @@ --- name: Check Spelling on: - pull_request_target: - branches: ["**"] + pull_request: + branches: ['**'] types: [opened, reopened, synchronize] issue_comment: types: [created] @@ -11,7 +11,6 @@ jobs: name: Check Spelling permissions: contents: read - pull-requests: read actions: read security-events: write outputs: @@ -75,6 +74,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'