Fix PR update branch state#849
Open
cyphercodes wants to merge 2 commits into
Open
Conversation
Author
|
Updated this to fix the lint failure from Local verification:
|
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.
Summary
utemporarily closes the PR during update from base branch #842Prevent the
pr update-branchtask from marking the PR as closed in the follow-up UI update message. Branch updates now leave the open/closed state unchanged; close/reopen/merge actions still update that state explicitly.How Did You Test this Change?
go test ./internal/tui/components/tasksgo test ./internal/tui/components/tasks ./internal/tui/components/prssectionImages/Videos
N/A
AI disclosure: This PR was prepared with AI assistance from Hermes Agent (OpenAI Codex). Assistance included issue/code inspection, implementing the small fix, adding tests, and running verification.