You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's theoretically possible to use gh stack adopt to create a cycle wherein branch a's parent is branch b; branch b's parent is branch c; and branch c's parent is branch a.
Let's prevent that; introducing a cycle should be an error.
It's theoretically possible to use
gh stack adoptto create a cycle wherein branch a's parent is branch b; branch b's parent is branch c; and branch c's parent is branch a.Let's prevent that; introducing a cycle should be an error.