Skip to content

Commit d9fe059

Browse files
committed
Update README
1 parent 96c5cee commit d9fe059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ condition as the comments will become out of sync with the code. Submitting mult
2525
reliable 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
3030
on:
31-
pull_request_review_comment:
32-
types: [created]
31+
pull_request_review:
32+
types: [submitted]
3333
3434
concurrency:
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

0 commit comments

Comments
 (0)