When working with code, you often want eyes on a PR before it’s totally ready to merge. Usually this is done by marking the PR as a draft, or by giving it a “Do Not Merge” label. It would be great if Code Repositories supported this.
This isn’t explicitly supported as it’s own feature in Code repos but you can set the master/main branch to be protected with ‘require no rejections’, and then self-reject the PR immediately after creation to prevent merging.
1 Like