Skip to content

Commit 3be882b

Browse files
suppress push
1 parent fba255d commit 3be882b

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/spelling.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
steps:
7474
- name: check-spelling
7575
id: spelling
76-
uses: check-spelling/check-spelling@v0.0.21
76+
uses: check-spelling/check-spelling@main
7777
with:
7878
suppress_push_for_open_pull_request: 1
7979
checkout: true
8080
check_file_names: 1
81-
spell_check_this: check-spelling/spell-check-this@release
81+
spell_check_this: check-spelling/spell-check-this@main
8282
post_comment: 0
8383
use_magic_file: 1
8484
experimental_apply_changes_via_bot: 1
@@ -88,6 +88,7 @@ jobs:
8888
only_check_changed_files: false
8989
check_extra_dictionaries: ''
9090
quit_without_error: true
91+
suppress_push_for_open_pull_request: true
9192
extra_dictionaries:
9293
cspell:software-terms/src/software-terms.txt
9394
cspell:win32/src/win32.txt
@@ -111,10 +112,10 @@ jobs:
111112
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
112113
steps:
113114
- name: comment
114-
uses: check-spelling/check-spelling@v0.0.21
115+
uses: check-spelling/check-spelling@main
115116
with:
116117
checkout: true
117-
spell_check_this: check-spelling/spell-check-this@release
118+
spell_check_this: check-spelling/spell-check-this@main
118119
task: ${{ needs.spelling.outputs.followup }}
119120

120121
comment-pr:
@@ -127,10 +128,10 @@ jobs:
127128
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
128129
steps:
129130
- name: comment
130-
uses: check-spelling/check-spelling@v0.0.21
131+
uses: check-spelling/check-spelling@main
131132
with:
132133
checkout: true
133-
spell_check_this: check-spelling/spell-check-this@release
134+
spell_check_this: check-spelling/spell-check-this@main
134135
task: ${{ needs.spelling.outputs.followup }}
135136
experimental_apply_changes_via_bot: 1
136137

@@ -151,7 +152,7 @@ jobs:
151152
# cancel-in-progress: false
152153
# steps:
153154
# - name: apply spelling updates
154-
# uses: check-spelling/check-spelling@v0.0.21
155+
# uses: check-spelling/check-spelling@main
155156
# with:
156157
# experimental_apply_changes_via_bot: 1
157158
# checkout: true

0 commit comments

Comments
 (0)