Checks

actionDescriptionSampleRule
checks.auto_trigger_disabledAutomatic creation of check suites was disabled on a repository in the organization or enterprise.NN
checks.auto_trigger_enabledAutomatic creation of check suites was enabled on a repository in the organization or enterprise.NN
checks.delete_logsLogs in a check suite were deleted.YN

checks.auto_trigger_disabled

#
Category
checks

Description

Automatic creation of check suites was disabled on a repository in the organization or enterprise.

Documented on GitHub's enterprise audit log reference.

checks.auto_trigger_enabled

#
Category
checks

Description

Automatic creation of check suites was enabled on a repository in the organization or enterprise.

Documented on GitHub's enterprise audit log reference.

checks.delete_logs

#
Category
checks

Description

Logs in a check suite were deleted.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "@timestamp": 1772319829343,
  "_document_id": "U1lOX0RPQ18wMDAwMDAwMDAwMDAwMw==",
  "action": "checks.delete_logs",
  "actor": "user",
  "actor_id": 9000002,
  "created_at": 1772319829343,
  "operation_type": "remove",
  "public_repo": true,
  "repo": "user/example-repo",
  "repo_id": 9100000002,
  "request_access_security_header": null,
  "request_id": "D452:202D44:153409F:194FB62:69A3744F",
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:147.0) Gecko/20100101 Firefox/147.0"
}

References #