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
Comment thread
sylvainsf marked this conversation as resolved.

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

permissions: {}

jobs:
Comment thread
sylvainsf marked this conversation as resolved.
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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue: action must be pin to sha - it's a repo level enforcement, anything else will fail.

permissions:
contents: read
pull-requests: write
models: read
Comment thread
sylvainsf marked this conversation as resolved.
with:
model: openai/gpt-4o
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idea: maybe a bit newer model? like gpt-5?

Loading