Skip to content

Commit

Permalink
Merge pull request #108 from cu-coders/ank1traj-patch-2
Browse files Browse the repository at this point in the history
Create pr_agent.yml
  • Loading branch information
ank1traj authored Dec 6, 2023
2 parents 085e8cb + ed8295c commit 1219a71
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/pr_agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
pull_request:
issue_comment:

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/[email protected]
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
CODIUM_TOKEN: ${{ secrets.CODIUM_TOKEN }}

0 comments on commit 1219a71

Please sign in to comment.