File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 if : ${{ github.event_name == 'issue_comment' }}
1818 uses : gitbito/codereviewagent@main
1919 with :
20- payload : ${{ github.event_name }} = ${{ github.event.issue.pull_request.html_url }} ${{ github.event.comment.body }}
2120 pr : ${{ github.event.issue.pull_request.html_url }}
2221 command : ${{ github.event.comment.body }}
2322 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 }}
2625 if : ${{ github.event_name == 'pull_request' }}
2726 uses : gitbito/codereviewagent@main
2827 with :
29- payload : ${{ github.event_name }} = ${{ github.event.pull_request.html_url }}
3028 pr : ${{ github.event.pull_request.html_url }}
3129 command : review
3230 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