z0al / dependent-issues

📦 A GitHub Action for marking issues as dependent on another
https://github.com/marketplace/actions/dependent-issues
MIT License
156 stars 11 forks source link

Backreferences? #384

Open nomeata opened 2 years ago

nomeata commented 2 years ago

I wonder if it would be useful to have this bot manage backreferences: If in PR #12 I say it depends on PR #10, then the bots’ comment at #10 could maybe say something like

The following PRs are depending on this one…

and/or a label blocking-other-PRs could be added to #10.

z0al commented 2 years ago

Hi @nomeata , that sounds like good idea. I think it can be useful in some cases.

Such feature can be implemented behind a configuration (disabled by default). Would you be interested in opening a PR?

nomeata commented 2 years ago

Sorry, I don't think I can offer more than ideas at the moment :-)