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 - name : Set Options Environment Variable for Issue Comment
1818 if : github.event_name == 'issue_comment'
1919 run : |
20- echo "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 }}${{ secrets. GIT_DOMAIN && ' --git.domain=' || '' }}${{ secrets. GIT_DOMAIN }}" >> $GITHUB_ENV
20+ echo "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 }}${{ $ GIT_DOMAIN && ' --git.domain=' || '' }}${{ $ GIT_DOMAIN }}" >> $GITHUB_ENV
2121 - name : Code Review Agent - Issue Comment
2222 if : github.event_name == 'issue_comment'
2323 uses : gitbito/codereviewagent@latest
2929 - name : Set Options Environment Variable for Pull Request
3030 if : github.event_name == 'pull_request'
3131 run : |
32- echo "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 }}${{ secrets. GIT_DOMAIN && ' --git.domain=' || '' }}${{ secrets. GIT_DOMAIN }}" >> $GITHUB_ENV
32+ echo "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 }}${{ $ GIT_DOMAIN && ' --git.domain=' || '' }}${{ $ GIT_DOMAIN }}" >> $GITHUB_ENV
3333 - name : Code Review Agent action step
3434 if : github.event_name == 'pull_request'
3535 uses : gitbito/codereviewagent@latest
You can’t perform that action at this time.
0 commit comments