Skip to main content

security_fixes

Overview

Namesecurity_fixes
TypeResource
Idgithub.repos.security_fixes

Fields

NameDatatypeDescription
enabledbooleanWhether automated security fixes are enabled for the repository.
pausedbooleanWhether automated security fixes are paused for the repository.

Methods

NameAccessible byRequired ParamsDescription
check_automated_security_fixesSELECTowner, repoShows 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".
disable_automated_security_fixesEXECowner, repoDisables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see "Configuring automated security fixes".
enable_automated_security_fixesEXECowner, repoEnables automated security fixes for a repository. The authenticated user must have admin access to the repository. For more information, see "Configuring automated security fixes".