File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1111 COMMENT_LINE : ${{ github.event.comment.line }}
1212 COMMENT_START_LINE : ${{ github.event.comment.start_line }}
1313
14+ concurrency :
15+ group : ${{ github.workflow }} - ${{ github.event.pull_request.head.ref }}
16+
1417jobs :
1518 update_pr_job :
1619 runs-on : ubuntu-latest
2023 with :
2124 ref : ${{ env.HEAD_BRANDH }}
2225 - name : Code Review Action
23- uses : codemakerai/codemaker-pull-request-action@dev
26+ uses : codemakerai/codemaker-pull-request-action@v1.0.0
2427 with :
2528 access-token : ${{ secrets.GITHUB_TOKEN }}
2629 api-key : ${{ secrets.CODEMAKER_API_KEY }}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ Example of [codemaker-pull-request-action](https://github.com/codemakerai/codema
44
55Requirements: give workflow write access to your repo.
66
7- Under repo Settings -> Actions -> General -> Workflow permissions, make sure "Read and write permissions" is selected.
7+ Under repo Settings -> Actions -> General -> Workflow permissions, make sure "Read and write permissions" is selected.
You can’t perform that action at this time.
0 commit comments