Skip to content

BT-2723 - update Jira docs under Error Reporting > Issue Tracking with manual sync setup #3186

BT-2723 - update Jira docs under Error Reporting > Issue Tracking with manual sync setup

BT-2723 - update Jira docs under Error Reporting > Issue Tracking with manual sync setup #3186

Workflow file for this run

name: Vale Linter
on: [pull_request]
jobs:
vale:
name: runner / vale
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: errata-ai/vale-action@reviewdog
with:
reporter: github-pr-review
level: error
fail_on_error: false
env:
# Required, set by GitHub actions automatically:
# https://docs.github.com/en/actions/security-guides/automatic-token-authentication#about-the-github_token-secret
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}