-
Notifications
You must be signed in to change notification settings - Fork 0
Add auto-detecting Python testing framework GitHub Action #1
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
Add auto-detecting Python testing framework GitHub Action #1
Conversation
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
thoughtparametersllc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noting that need to add automated versioning tagging and marketplaces publishing to features. Also there is no v1 tag in the repository yet because no tags have been created. Instead it should use the reference to the current branch or git commit sha for the repository to ensure the tests run like they are expected for the test workflows @copilot
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
Updated all example workflows to use commit SHA |
thoughtparametersllc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes appear satisfactory and are hereby approved. Further issues will be raised as necessary for any subsequent required modifications.
Updates Based on Feedback
Updated all example workflows to use commit SHA (
@947908abd1dab777628becca5b772f26735e8146) instead of branch name. This ensures workflows will continue to function even after the feature branch is deleted when merged to main. Updated README note to explain the use of commit SHA until the first release tag is created.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.