1
0
mirror of synced 2026-01-07 00:01:39 -05:00

Merge pull request #28215 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-09-13 13:29:09 -07:00
committed by GitHub
2 changed files with 1761 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -116,11 +116,7 @@ async function main() {
// GHEC events
if (event._allowlists.includes('business')) {
// If an event is on the business and business_server allowlist,
// it is an enterprise type event
if (event._allowlists.includes('business_server')) {
auditLogData.ghec.enterprise.push(minimalEvent)
}
auditLogData.ghec.enterprise.push(minimalEvent)
if (event._allowlists.includes('organization')) {
auditLogData.ghec.organization.push(minimalEvent)