Skip to content

Repo sync #38332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 16, 2025
Merged
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
@@ -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.

Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions src/audit-logs/data/fpt/organization.json
Original file line number Diff line number Diff line change
@@ -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",
15 changes: 15 additions & 0 deletions src/audit-logs/data/fpt/user.json
Original file line number Diff line number Diff line change
@@ -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",
5 changes: 5 additions & 0 deletions src/audit-logs/data/ghec/enterprise.json
Original file line number Diff line number Diff line change
@@ -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.",
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghec/organization.json
Original file line number Diff line number Diff line change
@@ -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",
15 changes: 15 additions & 0 deletions src/audit-logs/data/ghec/user.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
@@ -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