Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correctly handle dependencies on issues #12

Open
Levi-Lesches opened this issue Apr 23, 2021 · 0 comments
Open

Correctly handle dependencies on issues #12

Levi-Lesches opened this issue Apr 23, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Levi-Lesches
Copy link

Levi-Lesches commented Apr 23, 2021

I tried using Depends on: #ISSUE_NUMBER in my PR, and dPulls marked the PR as ready to merge, even though the issue was still open.

I need this workflow since sometimes PRs are created before their dependent PRs are. For example:

  • There are two features, A and B, with open issues for both
  • A depends on B
  • Author B is busy and author A wants to get started
  • Author A opens PR A and marks it dependent on issue B
  • Author B opens PR B and links it to issue B
  • Author B merges PR B and thus issue B is automatically closed
  • PR A notes that issue B is closed and is marked as ready to merge

This way, PR A can be created and marked as dependent even before PR B is created.

@support-dpulls support-dpulls added the enhancement New feature or request label Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants