Skip to content

Bump backon from 1.2.0 to 1.3.0 #62

Bump backon from 1.2.0 to 1.3.0

Bump backon from 1.2.0 to 1.3.0 #62

Workflow file for this run

name: PR Agent
on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: write
name: Run agent
steps:
- name: PR Agent action step
id: pragent
uses: Codium-ai/[email protected]
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}