We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa6a33 commit d3b79a0Copy full SHA for d3b79a0
.github/workflows/pr-review.yml
@@ -30,15 +30,4 @@ jobs:
30
with:
31
debug: false
32
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
44
- pr-body: ${{ steps.pr_auto_id.outputs.pr-text }}
+ review_comment_lgtm: true
0 commit comments