Skip to content

[Sweep Rules] Add type annotations to all functions in backend/agent/agent_prompts.py #175

[Sweep Rules] Add type annotations to all functions in backend/agent/agent_prompts.py

[Sweep Rules] Add type annotations to all functions in backend/agent/agent_prompts.py #175

Workflow file for this run

on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
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 }}