If the parent branch of a tracked branch is no longer valid (missing or itself is untracked), gh stack orphan will refuse to orphan the current branch, claiming that the current branch is itself untracked.
Evaluate a) why this is happening, and b) what the consequences are of removing the check other than the undesirable behavior described above. Find a way to avoid the undesirable behavior w/o introducing some sort of regression.
If the parent branch of a tracked branch is no longer valid (missing or itself is untracked),
gh stack orphanwill refuse to orphan the current branch, claiming that the current branch is itself untracked.Evaluate a) why this is happening, and b) what the consequences are of removing the check other than the undesirable behavior described above. Find a way to avoid the undesirable behavior w/o introducing some sort of regression.