diff --git a/.github/workflows/council-review.yml b/.github/workflows/council-review.yml new file mode 100644 index 0000000000..a54a76f538 --- /dev/null +++ b/.github/workflows/council-review.yml @@ -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