Feature Request: PR Dependency Management for Improved Workflow #3872
KJ7LNW
started this conversation in
Feature 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.
-
Feature Request: PR Dependency Management
Description
As our project continues to grow with more contributors, managing the order of pull request merges has become increasingly challenging. Currently, there is no automated way to enforce dependencies between PRs, which can lead to merge conflicts, broken builds, or logical inconsistencies when PRs that depend on each other are merged out of order.
Mergify (https://mergify.com/pricing) offers this feature in their FREE tier. I have no affiliation with Mergify, but wanted to highlight this as an option since it addresses our needs at no cost.
Proposed Solution
Implement an automated PR dependency management system that allows contributors to explicitly define dependencies between PRs and have these dependencies automatically enforced by our CI/CD pipeline.
Implementation Details
depends-on:#123
)Benefits
Discussion Points
@mrubens - Would appreciate your thoughts on this feature as it could significantly improve our workflow management.
Beta Was this translation helpful? Give feedback.
All reactions