Skip to content

Add standalone connector docs verification workflow #8

Add standalone connector docs verification workflow

Add standalone connector docs verification workflow #8

on:
pull_request_target:
workflow_call: {}
concurrency:
group: general-pr-review-${{ github.workflow_ref }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
pr-review:
if: github.repository != 'ConductorOne/github-workflows'
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
pull-requests: write
issues: write
steps:
- name: Checkout PR base
uses: actions/checkout@v6
with:
ref: ${{ github.event.pull_request.base.sha }}
persist-credentials: false
- name: Run PR Review
uses: ConductorOne/github-workflows/.github/actions/pr-review@main
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
pr_number: ${{ github.event.pull_request.number }}
review_prompt: general
timeout-minutes: 15