check_automated_security_fixes | SELECT | owner, repo | 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". |
disable_automated_security_fixes | EXEC | owner, repo | Disables 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_fixes | EXEC | owner, repo | 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". |