Skip to content

Commit

Permalink
chnaging alert level to suggestion to test the vale action on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
abhatt-rh committed Nov 22, 2023
1 parent 7f62154 commit b98191b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vale-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: errata-ai/vale-action@reviewdog
with:
filter_mode: added
vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc"
vale_flags: "--no-exit --minAlertLevel=suggestion --glob=*.adoc"
reporter: github-pr-review
fail_on_error: false
env:
Expand Down

0 comments on commit b98191b

Please sign in to comment.