Skip to content

Commit d3b79a0

Browse files
committed
Update
1 parent 6fa6a33 commit d3b79a0

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/pr-review.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,4 @@ jobs:
3030
with:
3131
debug: false
3232
review_simple_changes: true
33-
review_comment_lgtm: true
34-
- name: Run PR Auto on initial open PR
35-
if: github.event_name == 'pull_request'
36-
id: pr_auto_id
37-
uses: vblagoje/pr-auto@v1
38-
with:
39-
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
40-
user_prompt: ${{ github.event.pull_request.body }}
41-
- name: Update PR description
42-
uses: vblagoje/update-pr@v1
43-
with:
44-
pr-body: ${{ steps.pr_auto_id.outputs.pr-text }}
33+
review_comment_lgtm: true

0 commit comments

Comments
 (0)