File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 uses : qodo-ai/pr-agent@main
8686 env :
8787 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
88- GOOGLE_AI_STUDIO.GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
89- config.model : gemini/gemini-3.0-flash
90- github_action_config.auto_review : ' true'
91- github_action_config.auto_describe : ' true'
92- github_action_config.auto_improve : ' true'
88+ GOOGLE_AI_STUDIO__GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
89+ GEMINI_API_KEY : ${{ secrets.GEMINI_API_KEY }}
90+ CONFIG__MODEL : gemini/gemini-3.0-flash
91+ PR_REVIEWER__EXTRA_INSTRUCTIONS : ${{ env.CUSTOM_INSTRUCTIONS }}
92+ PR_CODE_SUGGESTIONS__EXTRA_INSTRUCTIONS : ${{ env.CUSTOM_INSTRUCTIONS
93+ }}
94+ PR_DESCRIPTION__EXTRA_INSTRUCTIONS : ${{ env.CUSTOM_INSTRUCTIONS }}
95+ GITHUB_ACTION_CONFIG__AUTO_REVIEW : ' true'
96+ GITHUB_ACTION_CONFIG__AUTO_DESCRIBE : ' true'
97+ GITHUB_ACTION_CONFIG__AUTO_IMPROVE : ' true'
You can’t perform that action at this time.
0 commit comments