When linking an existing stack with gh link 1 2 3 and --base is not given, it defaults to main not the default repository branch. As a result, the first PR of the stack is retargeted to main and currently there is no easy way to change the base of the stack.
When linking an existing stack with
gh link 1 2 3and--baseis not given, it defaults tomainnot the default repository branch. As a result, the first PR of the stack is retargeted tomainand currently there is no easy way to change the base of the stack.