Feature request: Inheriting closing issues from sub-PRs #178555
Unanswered
ufukty
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Context
Sometimes I prefer opening additional branches from a feature branch for implementing multi-commit changes and introducing with a
--no-ffmerge. Working with nested PRs leave a commit history that is nicely organized and easily digestible.Problem
Closing the resolved issues manually after each PR is manageable but redundant. Especially becomes annoying where the issue hierarchy between sub and sup issues have some depth and breadth.
Real example
This issue is not marked as closed after neither the resolving PR merged
titlesbranchmetanor the following PR mergedmetatomainand keeping other blocked issues open. It looks like PRs don’t inherit the resolving issue information from PRs of branch commits. As a turnaround I can manually copy the closing keyword containing text to the super-PR prior merging, or in this case manually marked the issues as closed.Suggestion
I suggest revamping the "closing keyword" functionality of PRs for adding inheritance-like mechanism between nested PRs. Whenever a branch previously has a PR with closing issues has been merged to main branch with another PR, the set of inherited issues should also be processed as they are directly linked in the super PR.
Related
I could not find an exact feature request in repository. Although some within the perimeter:
Beta Was this translation helpful? Give feedback.
All reactions