Managing the lifecycle of pull requests is a crucial aspect of collaborative development. NeetoGit provides a seamless way to convert draft pull requests to an open status, making them ready for review, under certain circumstances. To trigger this conversion, two conditions must be met:
All checks passed: Before a draft pull request can be converted to open for review, all the required checks must pass successfully. This validation ensures that the code meets the necessary standards and is ready for review.
-
makepr
label: In addition to passing checks, the draft pull request must havemakepr
label applied. This label serves as a signal to NeetoGit that the pull request is ready to be reviewed.