File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set Options Environment Variable for Issue Comment
18
18
if : github.event_name == 'issue_comment'
19
19
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
21
21
- name : Code Review Agent - Issue Comment
22
22
if : github.event_name == 'issue_comment'
23
23
uses : gitbito/codereviewagent@latest
29
29
- name : Set Options Environment Variable for Pull Request
30
30
if : github.event_name == 'pull_request'
31
31
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
33
33
- name : Code Review Agent action step
34
34
if : github.event_name == 'pull_request'
35
35
uses : gitbito/codereviewagent@latest
You can’t perform that action at this time.
0 commit comments