Custom Property Value

actionDescriptionSampleRule
custom_property_value.createA repository's custom property value was manually set for the first time.YN
custom_property_value.destroyA repository's custom property value was deleted.YN
custom_property_value.updateA repository's custom property value was updated.NN

custom_property_value.create

#
Category
custom-property-value

Description

A repository's custom property value was manually set for the first time.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "org_id": 9000002,
  "repo_id": 9000046,
  "actor_id": 9000047,
  "created_at": 1784577552310.0,
  "business_id": 9000005,
  "public_repo": false,
  "actor_is_bot": false,
  "definition_id": 9000048,
  "org": "example-org",
  "repo": "user/example-repo",
  "actor": "user",
  "value": "true",
  "action": "custom_property_value.create",
  "actor_ip": "ip-redacted",
  "business": "example-business",
  "request_id": 9000049,
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ip-redacted Safari/537.36",
  "property_name": "example-label-93",
  "actor_location": {
    "country_code": "XX"
  },
  "operation_type": "create",
  "external_identity_nameid": "user",
  "external_identity_username": "user"
}

References #

custom_property_value.destroy

#
Category
custom-property-value

Description

A repository's custom property value was deleted.

Documented on GitHub's enterprise audit log reference.

Example Audit Log Entry #

{
  "org_id": 9000008,
  "repo_id": 9000050,
  "actor_id": 9000051,
  "created_at": 1782501237289.0,
  "business_id": 9000005,
  "public_repo": false,
  "actor_is_bot": false,
  "definition_id": 9000052,
  "org": "example-org",
  "repo": "user/example-repo",
  "actor": "user",
  "value": "false",
  "action": "custom_property_value.destroy",
  "actor_ip": "ip-redacted",
  "business": "example-business",
  "request_id": 9000053,
  "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ip-redacted Safari/537.36",
  "property_name": "example-label-92",
  "actor_location": {
    "country_code": "XX"
  },
  "operation_type": "remove",
  "external_identity_nameid": "user",
  "external_identity_username": "user"
}

References #

custom_property_value.update

#
Category
custom-property-value

Description

A repository's custom property value was updated.

Documented on GitHub's enterprise audit log reference.