Skip to content

Commit

Permalink
Adding pr-agent
Browse files Browse the repository at this point in the history
Signed-off-by: David Wertenteil <dwertent@armosec.io>
  • Loading branch information
dwertent committed Aug 2, 2023
1 parent 3abf18a commit f36d8c3
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/comments.yaml
@@ -0,0 +1,23 @@
name: pr-agent

on:
issue_comment:

permissions:
issues: write
pull-requests: write

jobs:
pr_agent:
runs-on: ubuntu-latest
name: Run pr agent on every pull request, respond to user comments
steps:
- name: PR Agent action step
continue-on-error: true
id: pragent
uses: Codium-ai/pr-agent@main
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit f36d8c3

Please sign in to comment.