pub async fn repos_slash_create_repo_ruleset(
configuration: &Configuration,
owner: &str,
repo: &str,
repos_create_repo_ruleset_request: ReposCreateRepoRulesetRequest,
) -> Result<RepositoryRuleset, Error<ReposSlashCreateRepoRulesetError>>
Expand description
Create a ruleset for a repository.