pub async fn repos_slash_enable_automated_security_fixes(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ReposSlashEnableAutomatedSecurityFixesError>>
Expand description
Enables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see "Configuring automated security fixes".