Skip to content

Commit

Permalink
Update audit log event data (#49760)
Browse files Browse the repository at this point in the history
  • Loading branch information
docs-bot authored Mar 19, 2024
1 parent de8db01 commit cf08aaa
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 1 deletion.
15 changes: 15 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,21 @@
"description": "The excluded paths for GitHub Copilot were updated.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.knowledge_base_created",
"description": "A knowledge base was created in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_deleted",
"description": "A knowledge base was deleted from the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_updated",
"description": "A knowledge base was updated in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,21 @@
"description": "The Copilot Business enablement policy changed at the enterprise level.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.knowledge_base_created",
"description": "A knowledge base was created in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_deleted",
"description": "A knowledge base was deleted from the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_updated",
"description": "A knowledge base was updated in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.plan_changed",
"description": "The plan for GitHub Copilot was updated.",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,21 @@
"description": "The excluded paths for GitHub Copilot were updated.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.knowledge_base_created",
"description": "A knowledge base was created in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_deleted",
"description": "A knowledge base was deleted from the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "copilot.knowledge_base_updated",
"description": "A knowledge base was updated in the organization.",
"docs_reference_links": "copilot/github-copilot-enterprise/copilot-chat-in-github/managing-copilot-knowledge-bases"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"apiOnlyEventsAdditionalDescription": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"sha": "7ecb58d4a2c477003757dfeb402f7f0409d29852"
"sha": "0a29f6f7e5811b4c7298e159290f1d7ecb84c638"
}

0 comments on commit cf08aaa

Please sign in to comment.