Zulip Chat Archive
Stream: general
Topic: Make a pr depend on another
Jason KY. (Apr 30 2021 at 18:05):
Hi,
I'm trying to make a new pr that's dependent on an existing pr, in particular, I would like to make #7427 dependent on #7416. How would I be able to do this?
Mario Carneiro (Apr 30 2021 at 18:07):
You just say "depends on #NNN" in the PR description. There are instructions in the PR template
Mario Carneiro (Apr 30 2021 at 18:09):
it looks like you messed up the check box, which is making the bot miss it
Mario Carneiro (Apr 30 2021 at 18:09):
you need [ ]
not []
Jason KY. (Apr 30 2021 at 18:09):
Thanks, sorry I didnt read the instructions
Last updated: Dec 20 2023 at 11:08 UTC