File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11name : " Periodic Code Cleanliness Review"
22
33# REQUIREMENTS:
4- # - A GitHub Personal Access Token with Copilot access must be created and stored as a repository secret named COPILOT_TOKEN
5- # - See COPILOT_TOKEN_SETUP.md for detailed setup instructions
4+ # - The repository or organization must allow GitHub Copilot CLI in Actions
5+ # - Optional: COPILOT_TOKEN may be provided to override the default github.token
66
77on :
88 schedule :
7171 cat /tmp/analysis.md
7272
7373 - name : GitHub Copilot Code Review
74- uses : austenstone/copilot-cli-action@v2
74+ uses : austenstone/copilot-cli@v3
7575 with :
76- copilot-token : ${{ secrets.COPILOT_TOKEN }}
76+ copilot-token : ${{ secrets.COPILOT_TOKEN || github.token }}
77+ repo-token : ${{ github.token }}
78+ model : gpt-5.3-codex
79+ reasoning-effort : xhigh
7780 prompt : |
7881 Review the codebase for code cleanliness issues:
7982 1. Identify files that are too large (>500 lines) and suggest how to split them into smaller, focused modules
You can’t perform that action at this time.
0 commit comments