Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zds-s committed Jun 7, 2024
1 parent 6fa6a33 commit d3b79a0
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,4 @@ jobs:
with:
debug: false
review_simple_changes: true
review_comment_lgtm: true
- name: Run PR Auto on initial open PR
if: github.event_name == 'pull_request'
id: pr_auto_id
uses: vblagoje/pr-auto@v1
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
user_prompt: ${{ github.event.pull_request.body }}
- name: Update PR description
uses: vblagoje/update-pr@v1
with:
pr-body: ${{ steps.pr_auto_id.outputs.pr-text }}
review_comment_lgtm: true

0 comments on commit d3b79a0

Please sign in to comment.