Anthony Jarvis-Clark
Anthony Jarvis-Clark
Github recently released a new feature called rulesets: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets Rulesets are available in the REST and GraphQL APIs: * https://docs.github.com/en/rest/repos/rules?apiVersion=2022-11-28#get-all-repository-rulesets * https://docs.github.com/en/graphql/reference/mutations#createrepositoryruleset It's still a new feature but at some...
When creating the aliases, flags, etc for the options, is there a way to only show those options that I've explicitly defined? For example, consider this code: ```python from traitlets...