|
349 | 349 | "description": "The trial of GitHub Enterprise Cloud expired.", |
350 | 350 | "docs_reference_links": "/admin/overview/setting-up-a-trial-of-github-enterprise-cloud" |
351 | 351 | }, |
| 352 | + { |
| 353 | + "action": "business.github_models_billing_disabled", |
| 354 | + "description": "GitHub Models billing was disabled for the business.", |
| 355 | + "docs_reference_links": "N/A" |
| 356 | + }, |
| 357 | + { |
| 358 | + "action": "business.github_models_billing_enabled", |
| 359 | + "description": "GitHub Models billing was enabled for the business.", |
| 360 | + "docs_reference_links": "N/A" |
| 361 | + }, |
352 | 362 | { |
353 | 363 | "action": "business.import_license_usage", |
354 | 364 | "description": "License usage information was imported from a GitHub Enterprise Server instance to an enterprise account on GitHub.com.", |
|
4039 | 4049 | "description": "A request to bypass secret scanning push protection was approved by a user.", |
4040 | 4050 | "docs_reference_links": "/code-security/secret-scanning/push-protection-for-repositories-and-organizations#managing-requests-to-bypass-push-protection" |
4041 | 4051 | }, |
| 4052 | + { |
| 4053 | + "action": "secret_scanning_push_protection_request.cancel", |
| 4054 | + "description": "A user canceled a request to bypass secret scanning push protection.", |
| 4055 | + "docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line" |
| 4056 | + }, |
| 4057 | + { |
| 4058 | + "action": "secret_scanning_push_protection_request.complete", |
| 4059 | + "description": "A user pushed a commit containing a secret for which there is an approved secret scanning push protection bypass request.", |
| 4060 | + "docs_reference_links": "/code-security/secret-scanning/working-with-push-protection#requesting-bypass-privileges-when-working-with-the-command-line" |
| 4061 | + }, |
4042 | 4062 | { |
4043 | 4063 | "action": "secret_scanning_push_protection_request.deny", |
4044 | 4064 | "description": "A request to bypass secret scanning push protection was denied by a user.", |
|
0 commit comments