Draft PRs should not tag CODEOWNERS for review #58270
Unanswered
jamesmcguirepro
asked this question in
Pull Requests
Replies: 3 comments
|
Do you perhaps have the branch protection rule enabled for code owners? https://github.blog/news-insights/product-news/introducing-draft-pull-requests/ it says that this shouldnt happen:
I'm running in to the same issue, wondering if its a bug or a confusing feature |
0 replies
|
We had a branch protection rule for |
0 replies
|
It's not sending email notifications to codeowners. But it is showing that they've been requested. Which is kinda annoying. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
When a draft PR is opened, the
CODEOWNERSshould not automatically tagged for code review.Instead, the
CODEOWNERSshould be tagged for code review when the PR is ready for review.When I open a Draft PR, it's still requires some finishing touches and will be noisy for anyone tagged for review.
Instead, GitHub should wait until the PR is marked as "Ready for Review". This will spare the
CODEOWNERSteams excessive emails/review notifications.All reactions