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 <mdawson@devrus.com>
|
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 <rtrott@gmail.com>
Co-authored-by: Rich Trott <rtrott@gmail.com>
| 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 <mdawson@devrus.com> PR-URL: #40824 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #40824 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
- add to the contribution guide that we prefer that people use draft PRs instead of the WIP label. Signed-off-by: Michael Dawson <mdawson@devrus.com> PR-URL: #40824 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
people use draft PRs instead of the WIP label.
Signed-off-by: Michael Dawson mdawson@devrus.com