Skip to content

Commit 878eabb

Browse files
Merge branch 'main' into patch-1
2 parents b8ed9a8 + d386a60 commit 878eabb

1,030 files changed

Lines changed: 73387 additions & 10398 deletions

File tree

Some content is hidden

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

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ updates:
1313
schedule:
1414
interval: weekly
1515
day: tuesday
16+
cooldown:
17+
default-days: 7
1618
ignore:
1719
# Because this is so dependent on the remote server we use
1820
- dependency-name: '@elastic/elasticsearch'
@@ -27,6 +29,8 @@ updates:
2729
schedule:
2830
interval: weekly
2931
day: tuesday
32+
cooldown:
33+
default-days: 7
3034
ignore:
3135
- dependency-name: '*'
3236
update-types:
@@ -39,6 +43,8 @@ updates:
3943
directory: '/'
4044
schedule:
4145
interval: daily
46+
cooldown:
47+
default-days: 7
4248
groups:
4349
baseImages:
4450
patterns:

.github/instructions/code.instructions.md

Lines changed: 22 additions & 2 deletions

.github/prompts/code-review.prompt.md

Lines changed: 73 additions & 244 deletions

.github/workflows/copilot-setup-steps.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Copilot cloud agent setup steps
2+
#
3+
# This is a special-name workflow recognized by Copilot cloud agent.
4+
# When a cloud agent session starts (via GitHub issue assignment or the
5+
# Copilot UI), these steps run first to bootstrap the development
6+
# environment before the agent begins working.
7+
#
8+
# The workflow_dispatch trigger allows manual testing of the setup steps.
9+
# This is NOT a regular CI workflow — it does not run on push or PR events.
10+
#
11+
# See also:
12+
# .github/copilot-instructions.md — always-on agent instructions
13+
# .github/instructions/ — contextual instruction files
14+
# .github/prompts/ — on-demand prompt files (e.g. /code-review)
15+
116
name: 'Copilot Setup Steps'
217

318
on:
@@ -18,17 +33,21 @@ jobs:
1833

1934
- uses: ./.github/actions/node-npm-setup
2035

36+
# Search and language test suites require a running Elasticsearch instance.
2137
- uses: ./.github/actions/setup-elasticsearch
2238
with:
2339
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2440

41+
# docs-internal has early-access content that must be fetched separately.
2542
- uses: ./.github/actions/get-docs-early-access
2643
if: ${{ github.repository == 'github/docs-internal' }}
2744
with:
2845
token: ${{ secrets.DOCS_BOT_PAT_BASE }}
2946

47+
# Many test suites depend on Next.js build artifacts.
3048
- name: Build
3149
run: npm run build
3250

51+
# Populate Elasticsearch with fixture data so search/language tests work.
3352
- name: Index fixtures into the local Elasticsearch
3453
run: npm run index-test-fixtures

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
- graphql
5959
- landings
6060
- languages
61-
- learning-track
6261
# - links
6362
- observability
6463
# - open-source

CHANGELOG.md

Lines changed: 81 additions & 24 deletions

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ---------------------------------------------------------------
1111
# To update the sha:
1212
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
13-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260320-170214-g814cb7830@sha256:90350e63f9b56ec3f60f5ef9f51b489c4eef6462c7727e0d6729a1c8d95a4aa7 AS base
13+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20260326-105710-g59112a0a7@sha256:ba809251141daf76a02c7c064ae2c3b27a904f2f62b16582f62fe4328267f38f AS base
1414

1515
# Install curl for Node install and determining the early access branch
1616
# Install git for cloning docs-early-access & translations repos
-375 KB
Binary file not shown.
-29.4 KB
Binary file not shown.
-56.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)