Replies: 1 comment 1 reply
-
The GitHub Ecosystem forum at https://github.community/c/github-ecosystem/37 might be a good place to discuss your use case. It might be possible to access an organization's default labels using GraphQL, but I'm not sure |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to build automation around managing GitHub Labels within an Organization. I have made good progress on this with the ghlabels CLI tool that allows for a configuration to be passed in and used to sync across repos within a User or Org.
A desire I have is to interact with the Repository Defaults found within an Organization (see:
https://github.com/organizations/<ORG>/settings/repository-defaults
). For example, @GoodwayGroup we have 25 labels that we use across ~200 repositories. Syncing these Labels has been very helpful in maintaining a scalable SDLC as we group.According to the available REST API documentation, I cannot find a way to interact with the Organization Repository Defaults. I am not sure where to make a feature request, so I thought here may be a good place to start.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions