Skip to content

Commit b98191b

Browse files
committed
chnaging alert level to suggestion to test the vale action on PR
1 parent 7f62154 commit b98191b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vale-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: errata-ai/vale-action@reviewdog
1111
with:
1212
filter_mode: added
13-
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
13+
vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
1414
reporter: github-pr-review
1515
fail_on_error: false
1616
env:

0 commit comments

Comments
 (0)