File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 17
17
if : ${{ github.event_name == 'issue_comment' }}
18
18
uses : gitbito/codereviewagent@main
19
19
with :
20
- payload : ${{ github.event_name }} = ${{ github.event.issue.pull_request.html_url }} ${{ github.event.comment.body }}
21
20
pr : ${{ github.event.issue.pull_request.html_url }}
22
21
command : ${{ github.event.comment.body }}
23
22
options : --static_analysis.fb_infer.enabled=True --code_feedback=True --dependency_check.enabled=False --bee.path=/automation-platform --bee.actn_dir=/automation-platform/default_bito_ad/bito_modules --git.access_token=${{ secrets.GIT_ACCESS_TOKEN }} --bito_cli.bito.access_key=${{ secrets.BITO_ACCESS_KEY }}
26
25
if : ${{ github.event_name == 'pull_request' }}
27
26
uses : gitbito/codereviewagent@main
28
27
with :
29
- payload : ${{ github.event_name }} = ${{ github.event.pull_request.html_url }}
30
28
pr : ${{ github.event.pull_request.html_url }}
31
29
command : review
32
30
options : --static_analysis.fb_infer.enabled=True --code_feedback=True --dependency_check.enabled=False --bee.path=/automation-platform --bee.actn_dir=/automation-platform/default_bito_ad/bito_modules --git.access_token=${{ secrets.GIT_ACCESS_TOKEN }} --bito_cli.bito.access_key=${{ secrets.BITO_ACCESS_KEY }}
You can’t perform that action at this time.
0 commit comments