Skip to content

Commit

Permalink
comment out the vale workflow for now (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaben authored Sep 25, 2024
1 parent 50b068a commit c3c2625
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Vale Review
# name: Vale Review

on:
pull_request:
branches: master
# on:
# pull_request:
# branches: master

jobs:
vale-review-docs:
permissions:
pull-requests: write
uses: papermoonio/polkadot-mkdocs/.github/workflows/vale.yml@main
with:
repo: ${{ github.repository }}
pr_number: ${{ github.event.pull_request.number }}
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# jobs:
# vale-review-docs:
# permissions:
# pull-requests: write
# uses: papermoonio/polkadot-mkdocs/.github/workflows/vale.yml@main
# with:
# repo: ${{ github.repository }}
# pr_number: ${{ github.event.pull_request.number }}
# secrets:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c3c2625

Please sign in to comment.