You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct custom_properties lifecycle in github_repository
- include custom_properties in create request body to satisfy org-required
property enforcement at creation time
- read custom_properties via dedicated GetAllCustomPropertyValues endpoint
instead of repo.CustomProperties (which GET /repos never populates)
- handle partial and full removal in update via CreateOrUpdateCustomProperties
with null values; removing the block entirely leaves existing values intact
(Optional+Computed behavior)
0 commit comments