Skip to content

Commit 5547455

Browse files
authored
Merge pull request #38332 from github/repo-sync
Repo sync
2 parents 3916ea6 + 426f4b2 commit 5547455

File tree

8 files changed

+67
-4
lines changed

8 files changed

+67
-4
lines changed

content/actions/monitoring-and-troubleshooting-workflows/troubleshooting-workflows/actions-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shortTitle: Actions limits
1010

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

13-
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 %}.
13+
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 %}.
1414

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

content/copilot/rolling-out-github-copilot-at-scale/measuring-adoption/analyzing-usage-over-time-with-the-copilot-metrics-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ The API includes:
2525
* Breakdowns by language and IDE
2626
* The option to view metrics for an enterprise, organization, or team
2727

28-
If you currently use the [AUTOTITLE](/rest/copilot/copilot-usage), we recommend migrating to the [AUTOTITLE](/rest/copilot/copilot-metrics) as soon as possible.
29-
3028
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.
3129

3230
## About endpoint availability

src/audit-logs/data/fpt/organization.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,21 @@
304304
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
305305
"docs_reference_links": "N/A"
306306
},
307+
{
308+
"action": "copilot.swe_agent_repo_disabled",
309+
"description": "Specific repositories were disabled from using Copilot coding agent.",
310+
"docs_reference_links": "N/A"
311+
},
312+
{
313+
"action": "copilot.swe_agent_repo_enabled",
314+
"description": "Specific repositories were enabled to use Copilot coding agent.",
315+
"docs_reference_links": "N/A"
316+
},
317+
{
318+
"action": "copilot.swe_agent_repo_enablement_updated",
319+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
320+
"docs_reference_links": "N/A"
321+
},
307322
{
308323
"action": "custom_hosted_runner.create",
309324
"description": "N/A",

src/audit-logs/data/fpt/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,21 @@
204204
"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.",
205205
"docs_reference_links": "N/A"
206206
},
207+
{
208+
"action": "copilot.swe_agent_repo_disabled",
209+
"description": "Specific repositories were disabled from using Copilot coding agent.",
210+
"docs_reference_links": "N/A"
211+
},
212+
{
213+
"action": "copilot.swe_agent_repo_enabled",
214+
"description": "Specific repositories were enabled to use Copilot coding agent.",
215+
"docs_reference_links": "N/A"
216+
},
217+
{
218+
"action": "copilot.swe_agent_repo_enablement_updated",
219+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
220+
"docs_reference_links": "N/A"
221+
},
207222
{
208223
"action": "custom_hosted_runner.create",
209224
"description": "N/A",

src/audit-logs/data/ghec/enterprise.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,11 @@
214214
"description": "An enterprise owner cleared the base repository permission policy setting for an enterprise.",
215215
"docs_reference_links": "/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-base-repository-permissions"
216216
},
217+
{
218+
"action": "business.clear_disallowed_two_factor_methods",
219+
"description": "Cleared two-factor authentication restrictions for an enterprise.",
220+
"docs_reference_links": "N/A"
221+
},
217222
{
218223
"action": "business.clear_members_can_create_repos",
219224
"description": "An enterprise owner cleared a restriction on repository creation in organizations in the enterprise.",

src/audit-logs/data/ghec/organization.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,21 @@
304304
"description": "The plan for GitHub Copilot was scheduled to be downgraded.",
305305
"docs_reference_links": "N/A"
306306
},
307+
{
308+
"action": "copilot.swe_agent_repo_disabled",
309+
"description": "Specific repositories were disabled from using Copilot coding agent.",
310+
"docs_reference_links": "N/A"
311+
},
312+
{
313+
"action": "copilot.swe_agent_repo_enabled",
314+
"description": "Specific repositories were enabled to use Copilot coding agent.",
315+
"docs_reference_links": "N/A"
316+
},
317+
{
318+
"action": "copilot.swe_agent_repo_enablement_updated",
319+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
320+
"docs_reference_links": "N/A"
321+
},
307322
{
308323
"action": "custom_hosted_runner.create",
309324
"description": "N/A",

src/audit-logs/data/ghec/user.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,21 @@
204204
"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.",
205205
"docs_reference_links": "N/A"
206206
},
207+
{
208+
"action": "copilot.swe_agent_repo_disabled",
209+
"description": "Specific repositories were disabled from using Copilot coding agent.",
210+
"docs_reference_links": "N/A"
211+
},
212+
{
213+
"action": "copilot.swe_agent_repo_enabled",
214+
"description": "Specific repositories were enabled to use Copilot coding agent.",
215+
"docs_reference_links": "N/A"
216+
},
217+
{
218+
"action": "copilot.swe_agent_repo_enablement_updated",
219+
"description": "Copilot coding agent access was updated for the organization's or user's repositories.",
220+
"docs_reference_links": "N/A"
221+
},
207222
{
208223
"action": "custom_hosted_runner.create",
209224
"description": "N/A",

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "4ed63621daa7b8fac72a13cb2e12921aa8d3037c"
6+
"sha": "0a41e6ffb3f8f24e0eacd1518e62e8360f9a5eb5"
77
}

0 commit comments

Comments
 (0)