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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shortTitle: Actions limits

## Limits in {% data variables.product.prodname_actions %}

You be rate limited by {% data variables.product.prodname_actions %} when you scale your usage. Some limits can be increased by contacting {% data variables.contact.contact_support %}.
You may be rate limited by {% data variables.product.prodname_actions %} when you scale your usage. Some limits can be increased by contacting {% data variables.contact.contact_support %}.

Unless otherwise stated, the expected behaviour when a limit is reached is that the workflow/job will get cancelled.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ The API includes:
* Breakdowns by language and IDE
* The option to view metrics for an enterprise, organization, or team

If you currently use the [AUTOTITLE](/rest/copilot/copilot-usage), we recommend migrating to the [AUTOTITLE](/rest/copilot/copilot-metrics) as soon as possible.

This guide demonstrates how to query the API, store data, and analyze a trend for changes to the number of users per week. The examples in this guide use the endpoint for an organization, but you can adapt the examples to meet your needs.

## About endpoint availability
Expand Down
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 @@ -304,6 +304,21 @@
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_disabled",
"description": "Specific repositories were disabled from using Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enabled",
"description": "Specific repositories were enabled to use Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enablement_updated",
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/fpt/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,21 @@
"description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_disabled",
"description": "Specific repositories were disabled from using Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enabled",
"description": "Specific repositories were enabled to use Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enablement_updated",
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@
"description": "An enterprise owner cleared the base repository permission policy setting for an enterprise.",
"docs_reference_links": "/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-base-repository-permissions"
},
{
"action": "business.clear_disallowed_two_factor_methods",
"description": "Cleared two-factor authentication restrictions for an enterprise.",
"docs_reference_links": "N/A"
},
{
"action": "business.clear_members_can_create_repos",
"description": "An enterprise owner cleared a restriction on repository creation in organizations in the enterprise.",
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 @@ -304,6 +304,21 @@
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_disabled",
"description": "Specific repositories were disabled from using Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enabled",
"description": "Specific repositories were enabled to use Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enablement_updated",
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
"docs_reference_links": "N/A"
},
{
"action": "custom_hosted_runner.create",
"description": "N/A",
Expand Down
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghec/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,21 @@
"description": "A user's Copilot Business or Copilot Enterprise seat was canceled manually by GitHub staff, and the user no longer has access to Copilot.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_disabled",
"description": "Specific repositories were disabled from using Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enabled",
"description": "Specific repositories were enabled to use Copilot coding agent.",
"docs_reference_links": "N/A"
},
{
"action": "copilot.swe_agent_repo_enablement_updated",
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
"docs_reference_links": "N/A"
},
{
"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
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "4ed63621daa7b8fac72a13cb2e12921aa8d3037c"
"sha": "0a41e6ffb3f8f24e0eacd1518e62e8360f9a5eb5"
}
Loading