doc: add pref to using draft PR versus WIP label#40824
doc: add pref to using draft PR versus WIP label#40824nodejs-github-bot merged 3 commits intonodejs:masterfrom
Conversation
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <[email protected]>
|
Based on discussion in #33309 |
|
If I recall correctly, GH actions do not run on draft PRs - so I've often had to revert to using the 'WIP' label so I can check the tests results of something that is still in progress (for example, the major release proposals). |
|
might be worth tracking this issue in the cli/cli repo (the official GitHub CLI) and updating these docs if that feature is ever shipped :) |
We could think about adding a new label to force run GH actions on draft PRs. |
Co-authored-by: Rich Trott <[email protected]>
Co-authored-by: Rich Trott <[email protected]>
| To get feedback on your proposed change even though it is not ready | ||
| to land, use the `Convert to draft` option in the GitHub UI. | ||
| Do not use the `wip` label as it might not prevent the PR | ||
| from landing before you are ready. |
There was a problem hiding this comment.
also I don't think wip stops GitHub ci from running
|
Landed in 4a7a18b |
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #40824 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #40824 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #40824 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
people use draft PRs instead of the WIP label.
Signed-off-by: Michael Dawson [email protected]