lhotari commented on issue #9982: URL: https://github.com/apache/pulsar/issues/9982#issuecomment-804627787
> @eolivelli @lhotari thank you for your efforts in driving this. > I was wondering how do we judge whether a PR is draft or not? Do we mark it as draft by adding the `[WIP]` as prefix in the PR title, and the Github Action will not run test jobs for this draft PR? In GitHub, you can create a PR in draft status or change an open PR into draft status. Here's an old GitHub announcement about the feature: https://github.blog/2019-02-14-introducing-draft-pull-requests/#tag-your-work-in-progress An existing open PR can be switched to draft mode by clicking the link "Still in progress? Convert to draft". This is in the beginning of the PR page, on the right side column. When it's in draft, it can be changed back to normal state by click the "Ready for review" button which is at the bottom of the PR page, just above the PR check status. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
