Custom repository properties: GraphQL API support and new URL property type - public preview #181545
Replies: 1 comment 2 replies
-
|
@patrick-knight Could you confirm the full list of supported types, including the new url type? |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
We're got two new capabilities for custom repository properties that make organizing and managing your repositories even easier at scale! 🎉
What's new
🔌 Manage custom properties via GraphQL API
You can now manage custom repository properties programmatically using the GraphQL API. This gives you the flexibility to create, update, and delete custom properties directly from your existing workflows and automation tools.
Whether you're building internal tooling, automating repository setup, or integrating with external systems, the GraphQL API makes it seamless to work with custom properties at scale.
📚 Learn more: GraphQL API documentation for custom properties
🔗 New URL property type
Custom repository properties now support a dedicated URL type with built-in validation! This makes it easier to attach relevant external resources to your repositories—think runbooks, monitoring dashboards, CI/CD pipelines, or external documentation.
When you create a URL property, GitHub automatically validates that values are properly formatted URLs, ensuring consistency and reducing errors across your organization.
📚 Learn more: Managing custom properties for repositories
We want your feedback! 💬
We'd love to hear how you're using custom repository properties and what you think of these new capabilities:
Share your thoughts, questions, and suggestions in the comments below! Your feedback helps shape the future of repository management on GitHub.
Beta Was this translation helpful? Give feedback.
All reactions