Skip to content

NO ISSUE Poc vale review #23

NO ISSUE Poc vale review

NO ISSUE Poc vale review #23

Workflow file for this run

name: Review Requested
on:
pull_request:
types: [review_requested]
jobs:
vale:
if: ${{github.event.requested_reviewer.login}} == "tech-comm-team-couchbase"

Check warning on line 9 in .github/workflows/review.yml

View workflow run for this annotation

GitHub Actions / Review Requested

Workflow syntax warning

.github/workflows/review.yml (Line: 9, Col: 9): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
with:
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