Skip to content

ci: merge pi flows into pi.yml #14

ci: merge pi flows into pi.yml

ci: merge pi flows into pi.yml #14

Workflow file for this run

name: Review PR

Check failure on line 1 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

(Line: 16, Col: 21): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.GITHUB_TOKEN
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: write
issues: write
pull-requests: write
jobs:
pi-agent:
uses: ./.github/workflows/pi.yml
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
secrets:
token: ${{ secrets.API_KEY }}
prompt: This is a GitHub PR (#${{ github.event.pull_request.number }}) that needs code review. Focus on identifying issues, bugs, security concerns, and improvements.