-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Support organization labels for PRs in API #11135
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
Conversation
sorry I forgot these |
I think this is a skip changelog as the feature was introduced in 1.12 and it's a bug fix for the feature. |
Codecov Report
@@ Coverage Diff @@
## master #11135 +/- ##
==========================================
+ Coverage 43.22% 43.24% +0.01%
==========================================
Files 601 601
Lines 85544 85563 +19
==========================================
+ Hits 36980 37004 +24
+ Misses 43999 43986 -13
- Partials 4565 4573 +8
Continue to review full report at Codecov.
|
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.
Block as per @6543 comment
aw crap sorry I missed that error! |
Fix `/repos/{owner}/{repo}/pulls` and `/repos/{owner}/{repo}/pulls/{index}` to accept organization labels during PR creation and edition.
This PR fixes
/repos/{owner}/{repo}/pulls
and/repos/{owner}/{repo}/pulls/{index}
to accept organization labels during PR creation and edition.