You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
Hi,
I have a question: if the author of a PR is inactive, is it possible for someone else to continue their work without opening a new PR (meaning, branching from their branch, and continuing work) ? What would be a best practice for this?
Thanks,
Stefan
Aaron Meurer
unread,
Nov 24, 2020, 7:09:44 PM11/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
It isn't possible for you to reuse the same PR unless you have push
access. In that case, it is fine to close the PR and open a new one
that references the old one. The important thing is to leave the
original commits intact so that the authorship stays (only push new
commits, don't squash your commits into the other person's).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sympy
If the original commit history is messy I would recommend squashing
the original commits and using "coauthored-by" to attribute the
original author. It's best to do this before making your own commits
on top.