We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 974b4e3 commit 17c6eb6Copy full SHA for 17c6eb6
.github/workflows/pull-request-comment.yml
@@ -1,4 +1,4 @@
1
-name: Auto update PR based on comment
+name: Auto update PR based on PR review
2
3
on:
4
pull_request_review:
@@ -16,7 +16,7 @@ jobs:
16
with:
17
ref: ${{ env.HEAD_BRANCH }}
18
- name: Code Review Action
19
- uses: codemakerai/codemaker-pull-request-action@next-version
+ uses: codemakerai/codemaker-pull-request-action@v2.0
20
21
access-token: ${{ secrets.GITHUB_TOKEN }}
22
api-key: ${{ secrets.CODEMAKER_API_KEY }}
0 commit comments