Tags: modular/stack-pr
Tags
Fix PR link display on first submit (#114) Moves the stack display to after PR creation so that PR links are shown correctly on first submission instead of showing "no PR". stack-info: PR: #114, branch: laszlokindrat/stack/2 Co-authored-by: Laszlo Kindrat <[email protected]>
Mark PRs temporarily draft while submitting (#111) When running `stack-pr submit`, patches in a stack need to have their base branches temporarily changed to avoid accidental closures. This has the unfortunate side effect that in this transient state, the PRs seem like multi-commit PRs pointing to main, resulting in GH notifying reviewers for every commit on the branch (as opposed to just the one that corresponds to the stacked PR). This patch fixes this by marking PRs temporarily draft while we manipulate their bases.