|
1109 | 1109 | "description": "Repositories were removed from a GitHub App.",
|
1110 | 1110 | "docs_reference_links": "/apps/using-github-apps/reviewing-and-modifying-installed-github-apps#modifying-repository-access"
|
1111 | 1111 | },
|
| 1112 | + { |
| 1113 | + "action": "integration_installation_request.close", |
| 1114 | + "description": "A request to install a GitHub App was either approved or denied by an owner, or canceled by the member who opened the request.", |
| 1115 | + "docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner" |
| 1116 | + }, |
| 1117 | + { |
| 1118 | + "action": "integration_installation_request.create", |
| 1119 | + "description": "A member requested that an owner install a GitHub App.", |
| 1120 | + "docs_reference_links": "/apps/using-github-apps/requesting-a-github-app-from-your-organization-owner" |
| 1121 | + }, |
1112 | 1122 | {
|
1113 | 1123 | "action": "integration_installation.suspend",
|
1114 | 1124 | "description": "A GitHub App was suspended.",
|
|
2034 | 2044 | "description": "A fine-grained personal access token was granted access to resources.",
|
2035 | 2045 | "docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization"
|
2036 | 2046 | },
|
| 2047 | + { |
| 2048 | + "action": "personal_access_token.access_restriction_disabled", |
| 2049 | + "description": "The configured restriction for access to resources via personal access tokens was disabled.", |
| 2050 | + "docs_reference_links": "N/A" |
| 2051 | + }, |
| 2052 | + { |
| 2053 | + "action": "personal_access_token.access_restriction_enabled", |
| 2054 | + "description": "The configured restriction for access to resources via personal access tokens was enabled.", |
| 2055 | + "docs_reference_links": "N/A" |
| 2056 | + }, |
| 2057 | + { |
| 2058 | + "action": "personal_access_token.access_restriction_reset", |
| 2059 | + "description": "The configured restriction for access to resources via personal access tokens was reset and delegated to organizations.", |
| 2060 | + "docs_reference_links": "N/A" |
| 2061 | + }, |
2037 | 2062 | {
|
2038 | 2063 | "action": "personal_access_token.access_revoked",
|
2039 | 2064 | "description": "A fine-grained personal access token was revoked. The token can still read public organization resources.",
|
2040 | 2065 | "docs_reference_links": "/organizations/managing-programmatic-access-to-your-organization/reviewing-and-revoking-personal-access-tokens-in-your-organization"
|
2041 | 2066 | },
|
| 2067 | + { |
| 2068 | + "action": "personal_access_token.auto_approve_grant_requests_disabled", |
| 2069 | + "description": "Triggered when fine-grained personal access tokens can access organization resources without prior approval.", |
| 2070 | + "docs_reference_links": "N/A" |
| 2071 | + }, |
| 2072 | + { |
| 2073 | + "action": "personal_access_token.auto_approve_grant_requests_enabled", |
| 2074 | + "description": "Triggered when the organization must approve fine-grained personal access tokens before the tokens can access organization resources.", |
| 2075 | + "docs_reference_links": "N/A" |
| 2076 | + }, |
| 2077 | + { |
| 2078 | + "action": "personal_access_token.auto_approve_grant_requests_reset", |
| 2079 | + "description": "Triggered when the enterprise delegates to the organizations when to require approval for fine-grained personal access tokens before the tokens can access organization resources.", |
| 2080 | + "docs_reference_links": "N/A" |
| 2081 | + }, |
2042 | 2082 | {
|
2043 | 2083 | "action": "personal_access_token.create",
|
2044 | 2084 | "description": "Triggered when you create a fine-grained personal access token.",
|
|
0 commit comments