Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion content/copilot/concepts/agents/code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ Organization owners can set a default review effort level for automatic code rev

After {% data variables.copilot.copilot_code-review_short %} reviews a pull request, the pull request overview comment shows the effort level used for each review run.

For configuration steps, see [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/configure-automatic-review).
### Estimated consumption

A review typically consumes an estimated $0.05 USD to $1 USD worth of {% data variables.product.prodname_ai_credits_short %} with "Lite" effort, and $0.25 USD to $5 USD worth of {% data variables.product.prodname_ai_credits_short %} with "Balanced" effort.

Consumption generally increases with pull request size and repository custom instructions, and the ranges may change as models evolve. These estimates do not include {% data variables.product.prodname_actions %} minutes.

Repository administrators can set the default review effort level for automatic code reviews. For configuration steps, see [AUTOTITLE](/copilot/how-tos/copilot-on-github/set-up-copilot/configure-automatic-review).

## Code review usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ Generally, if you're using company equipment, your company's IT department shoul

* For Windows, see [Installing the trusted root certificate](https://learn.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate) in the Microsoft documentation.
* For macOS, see [Add certificates to a keychain using Keychain Access on Mac](https://support.apple.com/en-gb/guide/keychain-access/kyca2431/mac) in the Keychain Access User Guide.
* For Linux, see [Installing a root CA certificate in the trust store](https://ubuntu.com/server/docs/security-trust-store) in the Ubuntu documentation. Similar instructions should apply to most Linux distributions.
* For Linux, see [Install a root CA certificate in the trust store](https://ubuntu.com/server/docs/how-to/security/install-a-root-ca-certificate-in-the-trust-store/) in the Ubuntu documentation. Similar instructions should apply to most Linux distributions.

If you have installed a certificate but {% data variables.product.prodname_copilot_short %} isn't detecting it, see [AUTOTITLE](/copilot/how-tos/troubleshoot-copilot/troubleshoot-network-errors#troubleshooting-certificate-related-errors).
158 changes: 147 additions & 11 deletions src/audit-logs/data/ghes-3.22/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,40 @@
"user_programmatic_access_name"
]
},
{
"action": "actions_policy.evaluate",
"description": "N/A",
"docs_reference_links": "N/A",
"fields": [
"@timestamp",
"_document_id",
"action",
"actor",
"actor_id",
"business",
"business_id",
"hashed_token",
"org",
"org_id",
"programmatic_access_type",
"repo",
"repo_id",
"repository",
"repository_id",
"request_access_security_header",
"request_id",
"token_id",
"token_scopes",
"user",
"user_id",
"user_agent",
"actor_is_agent",
"actor_is_bot",
"created_at",
"operation_type",
"public_repo"
]
},
{
"action": "api.request",
"description": "An API request was made to an endpoint for the enterprise, or an enterprise owned resource. This event is only included if API Request Events is enabled in the enterprise's audit log settings. This event is only available via audit log streaming.",
Expand Down Expand Up @@ -1493,6 +1527,40 @@
"operation_type"
]
},
{
"action": "business.code_scanning_ai_findings_policy_update",
"description": "The policy for Code scanning AI findings was updated for an enterprise.",
"docs_reference_links": "N/A",
"fields": [
"@timestamp",
"_document_id",
"action",
"actor",
"actor_id",
"business",
"business_id",
"hashed_token",
"org",
"org_id",
"programmatic_access_type",
"repo",
"repo_id",
"repository",
"repository_id",
"request_access_security_header",
"request_id",
"token_id",
"token_scopes",
"user",
"user_id",
"user_agent",
"actor_is_bot",
"created_at",
"name",
"new_policy",
"operation_type"
]
},
{
"action": "business.code_scanning_autofix_policy_update",
"description": "The policy for Code scanning autofix was updated for an enterprise.",
Expand Down Expand Up @@ -4778,7 +4846,8 @@
"created_at",
"operation_type",
"owner",
"owner_type"
"owner_type",
"user_programmatic_access_name"
]
},
{
Expand Down Expand Up @@ -4888,6 +4957,40 @@
"seat_assignment"
]
},
{
"action": "copilot.code_review_repository_settings_updated",
"description": "Copilot code review settings were updated for a repository.",
"docs_reference_links": "N/A",
"fields": [
"@timestamp",
"_document_id",
"action",
"actor",
"actor_id",
"business",
"business_id",
"hashed_token",
"org",
"org_id",
"programmatic_access_type",
"repo",
"repo_id",
"repository",
"repository_id",
"request_access_security_header",
"request_id",
"token_id",
"token_scopes",
"user",
"user_id",
"user_agent",
"actor_is_bot",
"created_at",
"old_settings",
"operation_type",
"public_repo"
]
},
{
"action": "copilot.swe_agent_firewall_allowlist_updated",
"description": "Firewall allowlist for Copilot coding agent was updated for an organization.",
Expand Down Expand Up @@ -10700,6 +10803,39 @@
"old_allowlist_name"
]
},
{
"action": "mcp_registry.settings_update",
"description": "An MCP policy setting for the business was updated.",
"docs_reference_links": "N/A",
"fields": [
"@timestamp",
"_document_id",
"action",
"actor",
"actor_id",
"business",
"business_id",
"hashed_token",
"org",
"org_id",
"programmatic_access_type",
"repo",
"repo_id",
"repository",
"repository_id",
"request_access_security_header",
"request_id",
"token_id",
"token_scopes",
"user",
"user_id",
"user_agent",
"block_local_servers",
"mcp_policy",
"old_block_local_servers",
"old_mcp_policy"
]
},
{
"action": "merge_queue.pull_request_dequeued",
"description": "A pull request was removed from a merge queue.",
Expand Down Expand Up @@ -19272,7 +19408,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/closing-a-pull-request"
"docs_reference_titles": "Closing a pull request"
},
{
"action": "pull_request.converted_to_draft",
Expand Down Expand Up @@ -19312,7 +19448,7 @@
"pull_request_url",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#converting-a-pull-request-to-a-draft"
"docs_reference_titles": "Changing the stage of a pull request"
},
{
"action": "pull_request.create",
Expand Down Expand Up @@ -19353,7 +19489,7 @@
"pull_request_url",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request"
"docs_reference_titles": "Creating a pull request"
},
{
"action": "pull_request.create_review_request",
Expand Down Expand Up @@ -19397,7 +19533,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
"docs_reference_titles": "Pull request reviews"
},
{
"action": "pull_request.in_progress",
Expand Down Expand Up @@ -19510,7 +19646,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/merging-a-pull-request"
"docs_reference_titles": "Merging a pull request"
},
{
"action": "pull_request.ready_for_review",
Expand Down Expand Up @@ -19550,7 +19686,7 @@
"pull_request_url",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-stage-of-a-pull-request#marking-a-pull-request-as-ready-for-review"
"docs_reference_titles": "Changing the stage of a pull request"
},
{
"action": "pull_request.rebase",
Expand Down Expand Up @@ -19633,7 +19769,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
"docs_reference_titles": "Pull request reviews"
},
{
"action": "pull_request.reopen",
Expand Down Expand Up @@ -19710,7 +19846,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/about-pull-request-reviews"
"docs_reference_titles": "Pull request reviews"
},
{
"action": "pull_request_review_comment.delete",
Expand Down Expand Up @@ -19866,7 +20002,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/dismissing-a-pull-request-review"
"docs_reference_titles": "Dismissing a pull request review"
},
{
"action": "pull_request_review.submit",
Expand Down Expand Up @@ -19908,7 +20044,7 @@
"topic",
"user_programmatic_access_name"
],
"docs_reference_titles": "/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#submitting-your-review"
"docs_reference_titles": "Reviewing proposed changes in a pull request"
},
{
"action": "repo.access",
Expand Down
Loading
Loading