Skip to content

Commit

Permalink
Merge branch 'ozalboher:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
giladAlboher authored Feb 5, 2024
2 parents 605aa90 + f5413ec commit 2f6f37b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/pr-agent-review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
on:
pull_request:
types: [opened, synchronize, reopened]
issue_comment:
types: [created]
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.OPENAI_KEY }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_KEY }}
github_action_config.auto_review: "true" # enable\disable auto review
github_action_config.auto_describe: "true" # enable\disable auto describe
github_action_config.auto_improve: "true" # enable\disable auto improve
github_action_config.auto_comment: "true" # enable\disable auto comment

0 comments on commit 2f6f37b

Please sign in to comment.