Skip to content

Commit 8773af8

Browse files
authored
Merge pull request #43162 from github/repo-sync
Repo sync
2 parents cd3d96a + 62448dc commit 8773af8

File tree

31 files changed

+1173
-1251
lines changed

31 files changed

+1173
-1251
lines changed

.github/workflows/content-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ name: 'Content pipelines: Update content'
1414
# values. Run locally: npx tsx src/content-pipelines/scripts/update.ts --help
1515

1616
on:
17-
## COMMENTED OUT FOR TESTING
18-
# schedule:
19-
# - cron: "20 16 * * 1-5" # Mon-Fri at 16:20 UTC
17+
schedule:
18+
- cron: '20 16 * * 1-5' # Mon-Fri at 16:20 UTC
2019
workflow_dispatch:
2120

2221
permissions:

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# Docs changelog
22

3+
**25 February 2026**
4+
5+
We've added many new articles to coincide with the [general availability release](https://github.blog/changelog/2026-02-25-github-copilot-cli-is-now-generally-available/) of Copilot CLI. These include:
6+
7+
* A [new landing page](https://docs.github.com/copilot/how-tos/copilot-cli) for Copilot CLI documentation, with a CLI-specific search facility.
8+
* [New conceptual articles](https://docs.github.com/copilot/concepts/agents/copilot-cli) explaining plugins, autopilot mode, the `/fleet` slash command, and a comparison of CLI features.
9+
* New how-to articles on [setting up](https://docs.github.com/copilot/how-tos/copilot-cli/set-up-copilot-cli) and [customizing](https://docs.github.com/copilot/how-tos/copilot-cli/customize-copilot) the CLI.
10+
* An article on [administering Copilot CLI for your enterprise](https://docs.github.com/copilot/how-tos/copilot-cli/administer-copilot-cli-for-your-enterprise).
11+
* More reference information about [commands](https://docs.github.com/copilot/reference/cli-command-reference) and [plugins](https://docs.github.com/copilot/reference/cli-plugin-reference).
12+
13+
<hr>
14+
315
**23 February 2026**
416

5-
Added a new how-to article, [Automating tasks with Copilot CLI and GitHub Actions](https://docs.github.com/en/copilot/how-tos/copilot-cli/automate-with-actions), that walks through how to run Copilot CLI inside a GitHub Actions workflow in non-interactive (programmatic) mode. The article covers the full pattern—trigger, setup, install, authenticate, and run—and includes an example workflow that generates a daily summary of repository changes.
17+
Added a new how-to article, [Automating tasks with Copilot CLI and GitHub Actions](https://docs.github.com/copilot/how-tos/copilot-cli/automate-with-actions), that walks through how to run Copilot CLI inside a GitHub Actions workflow in non-interactive (programmatic) mode. The article covers the full pattern—trigger, setup, install, authenticate, and run—and includes an example workflow that generates a daily summary of repository changes.
18+
619
<hr>
720

821
**17 February 2026**
922

10-
We’ve added a new tutorial, "[Using hooks with Copilot CLI for predictable, policy-compliant execution](https://docs.github.com/en/copilot/tutorials/copilot-cli-hooks)", to help teams configure repository-scoped hooks that log prompts and tool usage, enforce guardrails with `preToolUse`, and roll out policies safely across repositories.
23+
We’ve added a new tutorial, "[Using hooks with Copilot CLI for predictable, policy-compliant execution](https://docs.github.com/copilot/tutorials/copilot-cli-hooks)", to help teams configure repository-scoped hooks that log prompts and tool usage, enforce guardrails with `preToolUse`, and roll out policies safely across repositories.
1124

1225
This tutorial helps organizations adopt Copilot CLI automation with clear guardrails, improving security, auditability, and confidence, without blocking legitimate development workflows.
1326

@@ -21,7 +34,7 @@ We've published a new tutorial on [using GitHub Copilot coding agent to improve
2134

2235
**20 January 2026**
2336

24-
We published the first iteration of the [GitHub Copilot feature matrix](https://docs.github.com/en/copilot/reference/copilot-feature-matrix) to provide customers with the latest information about which Copilot features are available by which IDE/version.
37+
We published the first iteration of the [GitHub Copilot feature matrix](https://docs.github.com/copilot/reference/copilot-feature-matrix) to provide customers with the latest information about which Copilot features are available by which IDE/version.
2538

2639
Historically, keeping Copilot feature and IDE availability up to date has required manual coordination with the Docs team, which does not scale well with the increasing number of features. The goal of this document and its process is to enable product owners to directly maintain the Copilot feature and IDE availability information as part of their normal release workflow. The feature matrix provides a single, easy to update source of truth.
2740

@@ -40,9 +53,9 @@ The following new articles support the public preview release of Copilot Memory:
4053

4154
**16 January 2026**
4255

43-
We published [About user offboarding on GitHub Enterprise Cloud](https://docs.github.com/en/enterprise-cloud@latest/admin/concepts/identity-and-access-management/user-offboarding) to give enterprise customers clear guidance about offboarding processes. The article covers recommended offboarding methods, the effects of offboarding, and what happens when a user is removed from all organizations in an enterprise.
56+
We published [About user offboarding on GitHub Enterprise Cloud](https://docs.github.com/enterprise-cloud@latest/admin/concepts/identity-and-access-management/user-offboarding) to give enterprise customers clear guidance about offboarding processes. The article covers recommended offboarding methods, the effects of offboarding, and what happens when a user is removed from all organizations in an enterprise.
4457

45-
We also updated [Removing a member from your enterprise](https://docs.github.com/en/enterprise-cloud@latest/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise) and [Removing a member from your organization](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization) to include instructions for enterprises that use Enterprise Managed Users or SCIM for organizations.
58+
We also updated [Removing a member from your enterprise](https://docs.github.com/enterprise-cloud@latest/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise) and [Removing a member from your organization](https://docs.github.com/enterprise-cloud@latest/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization) to include instructions for enterprises that use Enterprise Managed Users or SCIM for organizations.
4659

4760
<hr>
4861

@@ -62,7 +75,7 @@ We've added information about permissions to the article [Using GitHub Copilot C
6275

6376
**18 December 2025**
6477

65-
The documentation has been updated to reflect the general availability of direct organization billing for premium request usage in Copilot Code Review. Organization members without a Copilot plan can now use Copilot Code Review on GitHub.com, with premium request usage billed directly to their organization or enterprise. See [Copilot code review without a Copilot license](https://docs.github.com/en/copilot/concepts/agents/code-review#copilot-code-review-without-a-copilot-license).
78+
The documentation has been updated to reflect the general availability of direct organization billing for premium request usage in Copilot Code Review. Organization members without a Copilot plan can now use Copilot Code Review on GitHub.com, with premium request usage billed directly to their organization or enterprise. See [Copilot code review without a Copilot license](https://docs.github.com/copilot/concepts/agents/code-review#copilot-code-review-without-a-copilot-license).
6679

6780
<hr>
6881

content/code-security/concepts/supply-chain-security/about-the-dependency-graph.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ For information on the supported ecosystems and manifest files, see [AUTOTITLE](
3131

3232
When you create a pull request containing changes to dependencies that targets the default branch, {% data variables.product.prodname_dotcom %} uses the dependency graph to add dependency reviews to the pull request. These indicate whether the dependencies contain vulnerabilities and, if so, the version of the dependency in which the vulnerability was fixed. For more information, see [AUTOTITLE](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review).
3333

34-
{% data reusables.dependency-graph.sbom-export %}
35-
3634
## Dependency graph availability
3735

3836
{% ifversion fpt or ghec %}
@@ -86,6 +84,7 @@ You can use the dependency graph to:
8684
* View a summary of the dependencies used in your organization's repositories in a single dashboard. For more information, see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization#viewing-organization-dependency-insights).{% endif %}
8785
* View and update vulnerable dependencies for your repository. For more information, see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts).
8886
* See information about vulnerable dependencies in pull requests. For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request).
87+
* Export a software bill of materials (SBOM) for audit or compliance purposes. This is a formal, machine-readable inventory of a project's dependencies. See [AUTOTITLE](/code-security/how-tos/secure-your-supply-chain/establish-provenance-and-integrity/exporting-a-software-bill-of-materials-for-your-repository).
8988

9089
## Further reading
9190

content/code-security/how-tos/secure-your-supply-chain/establish-provenance-and-integrity/exporting-a-software-bill-of-materials-for-your-repository.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,9 @@ redirect_from:
1616
contentType: how-tos
1717
---
1818

19-
## About the dependency graph and SBOM exports
19+
You can export the current state of the dependency graph for your repository as a software bill of materials (SBOM) using the industry standard [SPDX](https://spdx.github.io/spdx-spec/v2.3/) format.
2020

21-
{% data reusables.dependabot.about-the-dependency-graph %}
22-
23-
You can export the current state of the dependency graph for your repository as a Software Bill of Materials (SBOM) using the industry standard [SPDX](https://spdx.github.io/spdx-spec/v2.3/) format:
24-
* Via the {% data variables.product.prodname_dotcom %} UI
25-
* Using the REST API
26-
27-
{% data reusables.dependency-graph.sbom-intro %}
28-
29-
If your company provides software to the US federal government per [Executive Order 14028](https://www.gsa.gov/technology/it-contract-vehicles-and-purchasing-programs/information-technology-category/it-security/executive-order-14028), you will need to provide an SBOM for your product. You can also use SBOMs as part of your audit process and use them to comply with regulatory and legal requirements.
30-
31-
> [!NOTE]
32-
> Dependents are not included in SBOMs.
21+
SBOMs include an inventory of a project's dependencies and associated information such as {% ifversion ghes %}versions and package identifiers{% else %}versions, package identifiers, licenses, transitive paths, and copyright information{% endif %}. SBOMs do not include dependents (other projects that rely on your project).
3322

3423
## Exporting a software bill of materials for your repository from the UI
3524

content/copilot/concepts/copilot-usage-metrics/copilot-metrics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ category:
2222
- Manage Copilot for a team
2323
---
2424

25-
{% data reusables.copilot.usage-metrics-preview %}
26-
2725
## About {% data variables.product.prodname_copilot_short %} usage metrics
2826

2927
{% data variables.product.prodname_copilot_short %} usage metrics help key stakeholders and decision-makers understand how their teams are adopting and using {% data variables.product.prodname_copilot_short %}. By tracking usage patterns across the enterprise, you can measure engagement, identify opportunities to increase value, and assess how AI-assisted workflows influence pull request throughput and time to merge.

content/copilot/how-tos/administer-copilot/view-code-generation.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ category:
1515
- Track Copilot usage
1616
---
1717

18-
{% data reusables.copilot.usage-metrics-preview %}
19-
2018
By comparing user-initiated and agent-initiated activity across models, languages, and modes, you can see how teams are adopting AI-assisted and agent-driven development.
2119

2220
The dashboard shows aggregated code generation activity, including:

content/copilot/how-tos/administer-copilot/view-usage-and-adoption.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ category:
1515
- Track Copilot usage
1616
---
1717

18-
{% data reusables.copilot.usage-metrics-preview %}
19-
2018
After your initial rollout, the {% data variables.product.prodname_copilot_short %} usage metrics dashboard helps you monitor how usage evolves over time. By exploring adoption, feature, model, and language trends, you can see how developers are engaging with {% data variables.product.prodname_copilot_short %} and identify areas where additional enablement or communication may drive deeper value.
2119

2220
## Prerequisite

content/copilot/how-tos/copilot-cli/administer-copilot-cli-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Both the {% data variables.copilot.copilot_cli_short %} policy and the {% data v
4242

4343
### Audit logging
4444

45-
{% data variables.copilot.copilot_cli_short %} usage events appear in enterprise audit logs.
45+
Updates to enterprise policies that affect {% data variables.copilot.copilot_cli_short %} are recorded as events in the enterprise audit log.
4646

4747
### Seat assignment
4848

content/copilot/reference/copilot-usage-metrics/copilot-usage-metrics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ category:
1414
- Track Copilot usage
1515
---
1616

17-
{% data reusables.copilot.usage-metrics-preview %}
18-
1917
The {% data variables.product.prodname_copilot_short %} usage metrics dashboard and APIs display and export data using a consistent set of fields. This reference lists all available metrics and describes how to interpret their values in both dashboard visuals and NDJSON or API exports.
2018

2119
* The {% data variables.product.prodname_copilot_short %} usage metrics dashboards are available at the **enterprise** and **organization** level.

content/copilot/reference/copilot-usage-metrics/interpret-copilot-metrics.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ category:
1616
- Track Copilot usage
1717
---
1818

19-
{% data reusables.copilot.usage-metrics-preview %}
20-
2119
After you’ve viewed the {% data variables.product.prodname_copilot_short %} usage metrics dashboard, you can use this article to interpret each chart and identify opportunities to increase adoption and engagement.
2220

2321
## Reviewing overall usage trends

0 commit comments

Comments
 (0)