Skip to content

PR test for Vale Review #2

PR test for Vale Review

PR test for Vale Review #2

name: Review Requested
on:

Check failure on line 3 in .github/workflows/review-requested.yml

View workflow run for this annotation

GitHub Actions / Review Requested

Invalid workflow file

The workflow is not valid. .github/workflows/review-requested.yml (Line: 3, Col: 1): Unexpected value 'branding'
pull_request:
types: [review_requested]
paths:
# the following should match `path:` declaration below
- example/**
jobs:
diag:
runs-on: ubuntu-latest
steps:
- name: reviewer
run: |
echo REVIEWER $REVIEWER
env:
REVIEWER: ${{ github.event.requested_reviewer.login }}
vale:
if: github.event.requested_reviewer.login == 'tech-comm-team-couchbase'
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
with:
path: example
pull_request_number: ${{ github.event.number }}
base_sha: ${{ github.event.pull_request.base.sha }}
head_sha: ${{ github.event.pull_request.head.sha }}
repository: ${{ github.repository }}
secrets: inherit