Skip to content

Implement Auto-SDK in Astral explorer #764

Implement Auto-SDK in Astral explorer

Implement Auto-SDK in Astral explorer #764

Workflow file for this run

name: CI for Codium AI PR Agent
on:
pull_request:
types: [opened, reopened]
issue_comment:
types: [created, edited]
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}