-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
doc: add pref to using draft PR versus WIP label #40824
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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