Skip to content
Closed
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# JetBrains IDE files
.idea/

# Tracks package-lock.json installation state
.installed.package-lock.json


# Linkinator full site link check results
.linkinator/
Expand Down
8 changes: 0 additions & 8 deletions content/copilot/reference/ai-models/model-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ Used for:

## Anthropic models

<!-- expires 2025-12-05 -->

<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed -->

{% data reusables.copilot.claude-promo-period %} See [Model multipliers](/copilot/reference/ai-models/supported-models#model-multipliers).

<!-- end expires 2025-12-05 -->

Used for:

* {% data variables.copilot.copilot_claude_haiku_45 %}
Expand Down
8 changes: 0 additions & 8 deletions content/copilot/reference/ai-models/supported-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ Each model has a premium request multiplier, based on its complexity and resourc

For more information about premium requests, see [AUTOTITLE](/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests).

<!-- expires 2025-12-05 -->

<!-- When this expires, check with the stakeholder for release #20458 on whether or not this note can be removed and table updated -->

{% data reusables.copilot.claude-promo-period %}

<!-- end expires 2025-12-05 -->

{% data reusables.copilot.model-multipliers %}

## Next steps
Expand Down
1 change: 0 additions & 1 deletion content/rest/projects-classic/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ intro: >-
Use the REST API to create and manage cards on a {% data
variables.projects.projects_v1_board %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
ghec: '*'
ghes: <=3.16
topics:
- API
Expand Down
8 changes: 4 additions & 4 deletions content/rest/projects-classic/collaborators.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 'REST API endpoints for {% data variables.product.prodname_project_v1_caps %} collaborators'
title: >-
REST API endpoints for {% data variables.product.prodname_project_v1_caps %}
collaborators
shortTitle: Collaborators
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to manage collaborators on a {% data
variables.projects.projects_v1_board %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
ghes: <=3.16
topics:
- API
autogenerated: rest
Expand Down
8 changes: 4 additions & 4 deletions content/rest/projects-classic/columns.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
title: 'REST API endpoints for {% data variables.product.prodname_project_v1_caps %} columns'
title: >-
REST API endpoints for {% data variables.product.prodname_project_v1_caps %}
columns
shortTitle: Columns
allowTitleToDifferFromFilename: true
intro: >-
Use the REST API to create and manage columns on a {% data
variables.projects.projects_v1_board %}.
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
fpt: '*'
ghec: '*'
ghes: '*'
ghes: <=3.16
topics:
- API
autogenerated: rest
Expand Down
2 changes: 1 addition & 1 deletion data/tables/copilot/model-multipliers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
multiplier_free: Not applicable

- name: Claude Opus 4.5
multiplier_paid: 1 (**3** after Dec 5, 2025)
multiplier_paid: 3
multiplier_free: Not applicable

- name: Claude Sonnet 4
Expand Down
9 changes: 9 additions & 0 deletions empty.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Empty module to satisfy Turbopack resolveAlias fallback for Node.js modules
// See turbopack config in next.config.ts

// No-op function that returns itself for chaining
export const createLogger = () => ({
info: () => {},
warn: () => {},
error: () => {},
debug: () => {},
})

export default {}
6 changes: 6 additions & 0 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ const config: NextConfig = {
async_hooks: {
browser: './empty.ts', // Point to empty module when async_hooks is requested for browser
},
'@/observability/logger': {
browser: './empty.ts',
},
'@/observability/logger/lib/logger-context': {
browser: './empty.ts',
},
},
},

Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"check-github-github-links": "tsx src/links/scripts/check-github-github-links.ts",
"clone-early-access": "./src/early-access/scripts/clone-locally",
"clone-translations": "./src/languages/scripts/clone-translations.sh",
"cmp-files": "tsx src/workflows/cmp-files.ts",
"content-changes-table-comment": "tsx src/workflows/content-changes-table-comment.ts",
"copy-fixture-data": "tsx src/tests/scripts/copy-fixture-data.ts",
"count-translation-corruptions": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsx src/languages/scripts/count-translation-corruptions.ts",
Expand Down Expand Up @@ -66,7 +65,6 @@
"openapi-docs": "tsx src/rest/docs.ts",
"playwright-test": "playwright test --config src/fixtures/playwright.config.ts --project=\"Google Chrome\"",
"lint-report": "tsx src/content-linter/scripts/lint-report.ts",
"postinstall": "cp package-lock.json .installed.package-lock.json && echo \"Updated .installed.package-lock.json\" # see husky/post-checkout and husky/post-merge",
"precompute-pageinfo": "tsx src/article-api/scripts/precompute-pageinfo.ts",
"prepare": "husky src/workflows/husky",
"prettier": "prettier -w \"**/*.{ts,tsx,scss,yml,yaml}\"",
Expand Down
8 changes: 4 additions & 4 deletions src/fixtures/fixtures/rest-redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,10 +460,10 @@
"/v3/orgs/outside_collaborators": "/en/rest/orgs/outside-collaborators",
"/v3/orgs/pre_receive_hooks": "/en/enterprise-server/rest/enterprise-admin/org-pre-receive-hooks",
"/v3/orgs/teams": "/en/rest/teams/teams",
"/v3/projects/cards": "/en/enterprise-cloud@latest/rest/projects-classic/cards",
"/v3/projects/collaborators": "/en/rest/projects-classic/collaborators",
"/v3/projects/columns": "/en/rest/projects-classic/columns",
"/v3/projects": "/en/rest/projects-classic",
"/v3/projects/cards": "/en/enterprise-[email protected]/rest/projects-classic/cards",
"/v3/projects/collaborators": "/en/[email protected]/rest/projects-classic/collaborators",
"/v3/projects/columns": "/en/[email protected]/rest/projects-classic/columns",
"/v3/projects": "/en/[email protected]/rest/projects-classic",
"/v3/pulls/comments": "/en/rest/pulls/comments",
"/v3/pulls": "/en/rest/pulls",
"/v3/pulls/review_requests": "/en/rest/pulls/review-requests",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,42 @@
"title": "Administration",
"displayTitle": "Organization permissions for \"Administration\"",
"permissions": [
{
"category": "actions",
"slug": "get-github-actions-cache-retention-limit-for-an-organization",
"subcategory": "cache",
"verb": "get",
"requestPath": "/organizations/{org}/actions/cache/retention-limit",
"additional-permissions": false,
"access": "read"
},
{
"category": "actions",
"slug": "set-github-actions-cache-retention-limit-for-an-organization",
"subcategory": "cache",
"verb": "put",
"requestPath": "/organizations/{org}/actions/cache/retention-limit",
"additional-permissions": false,
"access": "write"
},
{
"category": "actions",
"slug": "get-github-actions-cache-storage-limit-for-an-organization",
"subcategory": "cache",
"verb": "get",
"requestPath": "/organizations/{org}/actions/cache/storage-limit",
"additional-permissions": false,
"access": "read"
},
{
"category": "actions",
"slug": "set-github-actions-cache-storage-limit-for-an-organization",
"subcategory": "cache",
"verb": "put",
"requestPath": "/organizations/{org}/actions/cache/storage-limit",
"additional-permissions": false,
"access": "write"
},
{
"category": "dependabot",
"slug": "lists-the-repositories-dependabot-can-access-in-an-organization",
Expand Down Expand Up @@ -2280,6 +2316,15 @@
"additional-permissions": false,
"access": "read"
},
{
"category": "projects",
"slug": "add-a-field-to-an-organization-owned-project",
"subcategory": "fields",
"verb": "post",
"requestPath": "/orgs/{org}/projectsV2/{project_number}/fields",
"additional-permissions": false,
"access": "write"
},
{
"category": "projects",
"slug": "get-project-field-for-organization",
Expand Down Expand Up @@ -3582,6 +3627,42 @@
"additional-permissions": false,
"access": "write"
},
{
"category": "actions",
"slug": "get-github-actions-cache-retention-limit-for-a-repository",
"subcategory": "cache",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/cache/retention-limit",
"additional-permissions": false,
"access": "read"
},
{
"category": "actions",
"slug": "set-github-actions-cache-retention-limit-for-a-repository",
"subcategory": "cache",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/cache/retention-limit",
"additional-permissions": false,
"access": "write"
},
{
"category": "actions",
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
"subcategory": "cache",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
"additional-permissions": false,
"access": "read"
},
{
"category": "actions",
"slug": "set-github-actions-cache-storage-limit-for-a-repository",
"subcategory": "cache",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit",
"additional-permissions": false,
"access": "write"
},
{
"category": "actions",
"slug": "get-github-actions-permissions-for-a-repository",
Expand Down
78 changes: 78 additions & 0 deletions src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
{
"actions": [
{
"slug": "get-github-actions-cache-retention-limit-for-an-enterprise",
"subcategory": "cache",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/actions/cache/retention-limit"
},
{
"slug": "set-github-actions-cache-retention-limit-for-an-enterprise",
"subcategory": "cache",
"verb": "put",
"requestPath": "/enterprises/{enterprise}/actions/cache/retention-limit"
},
{
"slug": "get-github-actions-cache-storage-limit-for-an-enterprise",
"subcategory": "cache",
"verb": "get",
"requestPath": "/enterprises/{enterprise}/actions/cache/storage-limit"
},
{
"slug": "set-github-actions-cache-storage-limit-for-an-enterprise",
"subcategory": "cache",
"verb": "put",
"requestPath": "/enterprises/{enterprise}/actions/cache/storage-limit"
},
{
"slug": "get-github-actions-cache-retention-limit-for-an-organization",
"subcategory": "cache",
"verb": "get",
"requestPath": "/organizations/{org}/actions/cache/retention-limit"
},
{
"slug": "set-github-actions-cache-retention-limit-for-an-organization",
"subcategory": "cache",
"verb": "put",
"requestPath": "/organizations/{org}/actions/cache/retention-limit"
},
{
"slug": "get-github-actions-cache-storage-limit-for-an-organization",
"subcategory": "cache",
"verb": "get",
"requestPath": "/organizations/{org}/actions/cache/storage-limit"
},
{
"slug": "set-github-actions-cache-storage-limit-for-an-organization",
"subcategory": "cache",
"verb": "put",
"requestPath": "/organizations/{org}/actions/cache/storage-limit"
},
{
"slug": "get-github-actions-cache-usage-for-an-organization",
"subcategory": "cache",
Expand Down Expand Up @@ -540,6 +588,30 @@
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"
},
{
"slug": "get-github-actions-cache-retention-limit-for-a-repository",
"subcategory": "cache",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/cache/retention-limit"
},
{
"slug": "set-github-actions-cache-retention-limit-for-a-repository",
"subcategory": "cache",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/cache/retention-limit"
},
{
"slug": "get-github-actions-cache-storage-limit-for-a-repository",
"subcategory": "cache",
"verb": "get",
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit"
},
{
"slug": "set-github-actions-cache-storage-limit-for-a-repository",
"subcategory": "cache",
"verb": "put",
"requestPath": "/repos/{owner}/{repo}/actions/cache/storage-limit"
},
{
"slug": "get-github-actions-cache-usage-for-a-repository",
"subcategory": "cache",
Expand Down Expand Up @@ -3784,6 +3856,12 @@
"verb": "get",
"requestPath": "/orgs/{org}/projectsV2/{project_number}/fields"
},
{
"slug": "add-a-field-to-an-organization-owned-project",
"subcategory": "fields",
"verb": "post",
"requestPath": "/orgs/{org}/projectsV2/{project_number}/fields"
},
{
"slug": "get-project-field-for-organization",
"subcategory": "fields",
Expand Down
Loading