Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions doc-style/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,21 +225,9 @@ runs:
# in the vale-action. If a PR is opened by dependabot, we need to update the
# reviewdog20 branch with the new release changes, see next step.
- name: "Dummy step to track vale-action changes"
if: false
uses: vale-cli/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
with:
reporter: github-pr-check
filter_mode: nofilter

# WARNING: Do not accept dependabot updates as the hash below is associated
# to the reviewdog20 branch and not to a release tag !!! If a PR is opened by
# dependabot, we need to update the reviewdog20 branch with the new release changes.
# Once performed, we can manually update the commit hash below.
- name: "Run Vale"
uses: vale-cli/vale-action@8b7efc0909d3e173676d892083470ec35a757858 # zizmor: ignore[stale-action-refs] , Read warning above
env:
GITHUB_TOKEN: ${{ inputs.token }}
uses: vale-cli/vale-action@518a9136acc6e6668ce7c00d367051e0941e87ff # v3.0.0
with:
reviewdog_version: 0.21.0
files: ${{ inputs.files }}
reporter: ${{ github.event_name == 'pull_request' && 'github-pr-check' || 'github-check' }}
fail_level: ${{ inputs.fail-level }}
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog/1336.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update how \`doc-style\` action calls \`vale-cli/vale-action\` behind the scenes
Loading