File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 outputs :
2626 modules : ${{ steps.build-matrix.outputs.modules }}
2727 has_work : ${{ steps.build-matrix.outputs.has_work }}
28+ model : ${{ steps.model.outputs.model }}
2829 steps :
2930 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3031 with :
3334 - name : Fetch progress branch
3435 run : git fetch origin otelbot/code-review-progress || true
3536
37+ - name : Resolve Copilot model
38+ id : model
39+ run : |
40+ model=$(git show origin/otelbot/code-review-progress:model.txt | xargs)
41+ echo "model=$model" >> "$GITHUB_OUTPUT"
42+
3643 - name : Build review matrix
3744 id : build-matrix
3845 env :
5865 contents : write # for git push
5966 env :
6067 MODULES_JSON : ${{ needs.dispatch.outputs.modules }}
61- MODEL : " gpt-5.4 "
68+ MODEL : ${{ needs.dispatch.outputs.model }}
6269 # Stop processing further modules once at least this many files have been
6370 # modified (vs origin/main) at the end of a module.
6471 FILE_THRESHOLD : 10
You can’t perform that action at this time.
0 commit comments