Add GitHub Models support#12
Merged
Merged
Conversation
d137467 to
6b22445
Compare
This updates the workflow to default to github models (still allowing anthropic as a configurable option). The idea is that since this is a GitHub action this might be a more seamless "default" for some users, and also might better support FOSS projects that are hosted on GitHub. Issue #11 Support GitHub Models
6b22445 to
787fc51
Compare
QA InstructionsSummaryThis PR introduces support for GitHub Models as an AI provider within the QA Instructions GitHub Action, making it the default option. Anthropic support remains available as a configurable option. The goal is to enhance accessibility for GitHub-hosted projects and simplify usage by leveraging GitHub's built-in models API. The PR also adds the workflow to generate QA instructions to its own repository. Test Environment Setup
Test Scenarios1. Verify GitHub Models Workflow (Default):
2. Verify Anthropic Provider Workflow:
3. Validate Custom Model Input:
4. Test Edge Cases for Missing Inputs:
5. Regression Testing:
Regression Risks
Things to Watch For
Generated by QA Instructions Action |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the workflow to default to github models (still allowing anthropic as a configurable option). The idea is that since this is a GitHub action this might be a more seamless "default" for some users, and also might better support FOSS projects that are hosted on GitHub.
It also add adds the workflow... to itself! Now we should be able to get QA advice.
Resolves #11