Skip to content

Commit 44351fc

Browse files
Merge branch 'main' into fix_typo_in_use_copilot
2 parents 24929ed + 76fd1a0 commit 44351fc

File tree

424 files changed

+1635
-2103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

424 files changed

+1635
-2103
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/account-and-profile/concepts/account-management.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8-
topics:
9-
- Accounts
108
shortTitle: Account management
119
contentType: concepts
1210
redirect_from:

content/account-and-profile/concepts/contributions-on-your-profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8-
topics:
9-
- Profiles
108
shortTitle: Profile contributions
119
contentType: concepts
1210
redirect_from:

content/account-and-profile/concepts/email-addresses.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ versions:
55
fpt: '*'
66
ghes: '*'
77
ghec: '*'
8-
topics:
9-
- Accounts
10-
- Fundamentals
11-
- Profile
128
shortTitle: Email addresses
139
contentType: concepts
1410
---

content/account-and-profile/concepts/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ versions:
66
fpt: '*'
77
ghes: '*'
88
ghec: '*'
9-
topics:
10-
- Accounts
11-
- Profiles
129
children:
1310
- /personal-profile
1411
- /account-management

content/account-and-profile/concepts/organization-membership.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ versions:
1212
fpt: '*'
1313
ghes: '*'
1414
ghec: '*'
15-
topics:
16-
- Accounts
1715
shortTitle: Organization membership
1816
contentType: concepts
1917
---

content/account-and-profile/concepts/organization-profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ versions:
1313
fpt: '*'
1414
ghes: '*'
1515
ghec: '*'
16-
topics:
17-
- Profiles
1816
shortTitle: Organization profile
1917
contentType: concepts
2018
---

content/account-and-profile/concepts/personal-profile.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ versions:
1414
fpt: '*'
1515
ghes: '*'
1616
ghec: '*'
17-
topics:
18-
- Profiles
1917
contentType: concepts
2018
---
2119

content/account-and-profile/concepts/username-changes.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ versions:
1717
fpt: '*'
1818
ghes: '*'
1919
ghec: '*'
20-
topics:
21-
- Accounts
22-
- Usernames
2320
shortTitle: Username changes
2421
contentType: concepts
2522
---

0 commit comments

Comments
 (0)