Skip to content

Switch PR review to Hermes #9

Switch PR review to Hermes

Switch PR review to Hermes #9

Workflow file for this run

name: Hermes PR Review
on:
pull_request:
types: [opened, reopened, ready_for_review, synchronize]
workflow_dispatch:
inputs:
pr_number:
description: PR number to review
required: true
type: string
permissions:
contents: read
pull-requests: write
concurrency:
group: hermes-review-${{ github.event.pull_request.number || inputs.pr_number || github.run_id }}
cancel-in-progress: true
jobs:
review:
if: >
github.event_name == 'workflow_dispatch' ||
(
github.event_name == 'pull_request' &&
github.event.pull_request.draft == false &&
github.event.pull_request.head.repo.full_name == github.repository
)
uses: midagedev/review-actions/.github/workflows/hermes-pr-review.yml@v4
with:
pr_number: ${{ github.event.pull_request.number || inputs.pr_number }}
prompt_path: .github/zai-review-prompt.md
runner_labels: '["self-hosted","vps-hermes","jongodb"]'
approve_when_clean: true
context_paths: |
README.md
docs/README.md
docs/SUPPORT_MATRIX.md
docs/COMPATIBILITY.md
docs/ARCH_MODULE_BOUNDARIES.md
docs/SPRING_TESTING.md
docs/NODE_MIGRATION_FROM_MONGODB_MEMORY_SERVER.md
packages/memory-server/README.md
testkit/node-compat/README.md