Skip to content

Commit 6f5a359

Browse files
author
Duy Khanh Tran
authored
Merge branch 'main' into patch-1
2 parents 5a4a239 + ebe91d9 commit 6f5a359

File tree

124 files changed

+1467
-4856
lines changed

Some content is hidden

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

124 files changed

+1467
-4856
lines changed

.github/workflows/docs-review-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cache: npm
3030

3131
- name: Install dependencies
32-
run: npm install @octokit/graphql
32+
run: npm ci
3333

3434
- name: Run script for audit-log-allowlists
3535
run: |

.github/workflows/os-ready-for-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cache: npm
5555

5656
- name: Install dependencies
57-
run: npm install @octokit/graphql
57+
run: npm ci
5858

5959
- name: Run script
6060
run: |

.github/workflows/ready-for-doc-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: npm
3434

3535
- name: Install dependencies
36-
run: npm install @octokit/graphql
36+
run: npm ci
3737

3838
- name: Set AUTHOR_LOGIN
3939
run: |

CHANGELOG.md

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

3+
**8 January 2026**
4+
5+
We've added information about permissions to the article [Using GitHub Copilot CLI](https://docs.github.com/copilot/how-tos/use-copilot-agents/use-copilot-cli#permissions).
6+
7+
<hr>
8+
39
**18 December 2025**
410

511
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).

config/moda/secrets/ci/secrets.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
secrets:
3+
DOCS_BOT_PAT_BASE:
4+
key: DOCS_BOT_PAT_BASE
5+
type: github_pat
6+
owner: docs-engineering
7+
playbook: ''
8+
externally_usable: true
9+
kind: latest_at_deployment_start
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
secrets: {}

0 commit comments

Comments
 (0)