test: integration test PR (DO NOT MERGE)#7
Draft
sQVe wants to merge 2 commits into
Draft
Conversation
Grove users are git users - their muscle memory expects -v for verbose, -f for force, -d for detach. Fighting that is stupid. Add: -d (detach), -v (verbose), -f (force), -a (all) Remove: -d (debug), -r (reason) - non-standard
This branch and associated PR are used by grove's integration tests to verify PR functionality. DO NOT MERGE.
sQVe
added a commit
that referenced
this pull request
Dec 5, 2025
- Add PR integration tests using dedicated test PR #7 - Fix case-insensitive GitHub username comparison for fork detection - Add tests for lock cleanup, remote handling, and error messages - Auto-detect GH_TOKEN from gh CLI in mage test:integration - Add SCENARIOS.md documenting test coverage for grove add The fork detection bug caused same-repo PRs to be misidentified as forks when the URL used different casing than the GitHub API returns (e.g., sqve vs sQVe). Fixed with strings.EqualFold().
4 tasks
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 exists solely for integration testing of grove's PR features.
DO NOT MERGE - This is test infrastructure.
The PR tests in
add_pr_integration.txtuse this PR to verify:This PR should remain open indefinitely as a draft.