in stacked PRs, there is an optimization to avoid resubmitting a PR if nothing about the patch changed. this is not preferable for several reasons: the contents of the patch being identical does not mean that the code behaviour is identical. this behaviour should be undone.
Monorepo for Tangled
tangled.org
to fix this issue: simply remove the logic that checks for patch equality in appview/pulls/pulls.go.