Summary
When running the gh stack push command, there is no way to bypass the git pre-push webhooks on branches. This prevents skipping e.g long running tests when pushing the branch to remote.
Proposal
Enable running the gh stack push command with the --no-verify flag similar to the git push --no-verify flag git flag Link
Summary
When running the
gh stack pushcommand, there is no way to bypass thegitpre-push webhooks on branches. This prevents skipping e.g long running tests when pushing the branch to remote.Proposal
Enable running the
gh stack pushcommand with the--no-verifyflag similar to thegit push--no-verifyflag git flag Link