File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ condition as the comments will become out of sync with the code. Submitting mult
2525reliable way only through pull request code review.
2626
2727```
28- name: Auto update PR based on comment
28+ name: Auto update PR based on PR review
2929
3030on:
31- pull_request_review_comment :
32- types: [created ]
31+ pull_request_review :
32+ types: [submitted ]
3333
3434concurrency:
3535 group: ${{ github.workflow }} - ${{ github.event.pull_request.head.ref }}
@@ -43,12 +43,12 @@ jobs:
4343 with:
4444 ref: ${{ env.HEAD_BRANCH }}
4545 - name: Code Review Action
46- uses: codemakerai/codemaker-pull-request-action@v1 .0.0
46+ uses: codemakerai/codemaker-pull-request-action@v2 .0.0
4747 with:
4848 access-token: ${{ secrets.GITHUB_TOKEN }}
4949 api-key: ${{ secrets.CODEMAKER_API_KEY }}
5050```
5151
5252## License
5353
54- MIT License
54+ MIT License
You can’t perform that action at this time.
0 commit comments