We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed1bfb8 + 3942c57 commit f9176ffCopy full SHA for f9176ff
1 file changed
.github/workflows/spelling.yaml
@@ -1,8 +1,8 @@
1
---
2
name: Check Spelling
3
on:
4
- pull_request:
5
- branches: ['**']
+ pull_request_target:
+ branches: ["**"]
6
types: [opened, reopened, synchronize]
7
issue_comment:
8
types: [created]
@@ -11,6 +11,7 @@ jobs:
11
12
permissions:
13
contents: read
14
+ pull-requests: read
15
actions: read
16
security-events: write
17
outputs:
@@ -74,6 +75,6 @@ jobs:
74
75
cspell:sql/src/tsql.txt
76
cspell:terraform/dict/terraform.txt
77
cspell:typescript/dict/typescript.txt
- check_extra_dictionaries: ''
78
+ check_extra_dictionaries: ""
79
only_check_changed_files: true
- longest_word: '10'
80
+ longest_word: "10"
0 commit comments