Skip to content

Commit

Permalink
Merge pull request #4 from cryptlex/pr-agent
Browse files Browse the repository at this point in the history
chore: added pr-agent file
  • Loading branch information
adnan-kamili committed Mar 18, 2024
2 parents dd27a0a + c68aab3 commit 964340b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pr-agent.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPEN_AI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 964340b

Please sign in to comment.