preview support for repository visibility#2217
Merged
shiftkey merged 5 commits intooctokit:mainfrom Feb 21, 2021
IvanJosipovic:main
Merged
preview support for repository visibility#2217shiftkey merged 5 commits intooctokit:mainfrom IvanJosipovic:main
shiftkey merged 5 commits intooctokit:mainfrom
IvanJosipovic:main
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2217 +/- ##
==========================================
- Coverage 65.93% 65.91% -0.03%
==========================================
Files 553 553
Lines 14465 14465
Branches 846 846
==========================================
- Hits 9538 9535 -3
- Misses 4769 4771 +2
- Partials 158 159 +1
|
|
It's been a few months, any update on this? |
shiftkey
approved these changes
Feb 21, 2021
Member
shiftkey
left a comment
There was a problem hiding this comment.
Thanks for the contribution @IvanJosipovic! I'm going to pull this in to the next update.
| /// The visibility. | ||
| /// </value> | ||
| public RepositoryVisibility? Visibility { get; set; } | ||
| public RepositoryRequestVisibility? Visibility { get; set; } |
Member
There was a problem hiding this comment.
Noting this for the release notes: breaking change RepositoryVisibility -> RepositoryRequestVisibility
Member
|
release_notes: Add support for repository visibility preview |
Member
|
advisories: due to supporting repository previews, the type on |
This was referenced Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2149