python-package-template
python-package-template copied to clipboard
Tag a previous Upstream Sync PR as duplicate of a new Sync PR
would it make sense to check if a branch for that previous version exists, and close the PR and delete that now older branch? Or, if not, mark the older PR as a duplicate of the new PR?
The new branch that’s being opened should include all changes from that older branch🤔
Yes, the new PR should technically supersede the previous one and close it.
Originally posted by @behnazh in https://github.com/jenstroeger/python-package-template/issues/482#issuecomment-1493439563