Skip to content
22 changes: 22 additions & 0 deletions .github/workflows/council-review.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=https://www.schemastore.org/github-workflow.json
---
name: Rivendell Council Review

on:
pull_request:
types: [opened, synchronize, reopened]

permissions: {}

jobs:
council:
name: Convene the Council
# Skip on fork PRs - GITHUB_TOKEN is read-only for forks and cannot write PR comments
if: github.event.pull_request.head.repo.full_name == github.repository
uses: sylvainsf/rivendell_council/.github/workflows/council.yml@v1
permissions:
contents: read
pull-requests: write
models: read
with:
model: openai/gpt-4o
Loading