Skip to content

chore: Add internal, refactor and more categories to release-please configuration. #53

chore: Add internal, refactor and more categories to release-please configuration.

chore: Add internal, refactor and more categories to release-please configuration. #53

Workflow file for this run

name: PR Agent
on:
pull_request:
issue_comment:
jobs:
pr_agent_job:
runs-on: ubuntu-latest
environment: PRAgent
permissions:
issues: write
pull-requests: write
contents: write
name: Run pr agent on every pull request, respond to user comments
if: (github.actor == 'mansenfranzen') || (github.triggering_actor == 'mansenfranzen')
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 }}