pub async fn repos_slash_check_automated_security_fixes(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<CheckAutomatedSecurityFixes, Error<ReposSlashCheckAutomatedSecurityFixesError>>
Expand description
Shows whether automated security fixes are enabled, disabled or paused for a repository. The authenticated user must have admin read access to the repository. For more information, see "Configuring automated security fixes".