Skip to content

Commit f9176ff

Browse files
Merge branch '1.0-dev' into guglielmoc/remove_client_side_task_manager
2 parents ed1bfb8 + 3942c57 commit f9176ff

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/spelling.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Check Spelling
33
on:
4-
pull_request:
5-
branches: ['**']
4+
pull_request_target:
5+
branches: ["**"]
66
types: [opened, reopened, synchronize]
77
issue_comment:
88
types: [created]
@@ -11,6 +11,7 @@ jobs:
1111
name: Check Spelling
1212
permissions:
1313
contents: read
14+
pull-requests: read
1415
actions: read
1516
security-events: write
1617
outputs:
@@ -74,6 +75,6 @@ jobs:
7475
cspell:sql/src/tsql.txt
7576
cspell:terraform/dict/terraform.txt
7677
cspell:typescript/dict/typescript.txt
77-
check_extra_dictionaries: ''
78+
check_extra_dictionaries: ""
7879
only_check_changed_files: true
79-
longest_word: '10'
80+
longest_word: "10"

0 commit comments

Comments
 (0)