-
Notifications
You must be signed in to change notification settings - Fork 0
Replace keyphrase validation with file modification detection in step 3 grading #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: FidelusAleksander <[email protected]>
Co-authored-by: FidelusAleksander <[email protected]>
|
@copilot Actually the default branch can be used for base_sha: ${{ github.event.repository.default_branch }} Let's use tj-actions/changed-files for each file and then in the results table reference the output directly for the passed parameter |
Co-authored-by: FidelusAleksander <[email protected]>
Co-authored-by: FidelusAleksander <[email protected]>
Updated the workflow as suggested. Changes made in commit c004bbe:
The workflow is now much cleaner with 29 fewer lines while maintaining the same functionality. |
|
@copilot the parameter should name still be |
Co-authored-by: FidelusAleksander <[email protected]>
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.