Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
200d346
docs: add GH_HOST and RUNNER_TEMP to glossary (daily scan 2026-03-18)…
github-actions[bot] Mar 18, 2026
f627ca8
docs: update GHES CLI docs and add Copilot GHES troubleshooting guide…
github-actions[bot] Mar 18, 2026
180669a
Fix list height not updating on terminal resize (#21555)
Copilot Mar 18, 2026
3a35d27
fix(daily-workflow-updater): unblock PR creation by setting protected…
Copilot Mar 18, 2026
0a8ce44
chore: bump MCP Gateway v0.1.15→v0.1.17 (#21552)
Copilot Mar 18, 2026
a662fc6
feat: custom Huh theme mapped from pkg/styles Dracula palette (#21557)
Copilot Mar 18, 2026
444ffcc
Add top-level `github-app` frontmatter as universal fallback for toke…
Copilot Mar 18, 2026
998805e
feat: add GitHub App-only permissions support (#21511)
Copilot Mar 18, 2026
6db26cd
fix: fall back to existing remote tracking ref when incremental patch…
Copilot Mar 18, 2026
80e649f
Add weekly blog post writer agentic workflow (#21575)
Copilot Mar 18, 2026
3436daf
ci: add timeout-minutes to all 25 jobs lacking explicit limits (#21601)
Copilot Mar 18, 2026
75d145f
fix: add setupGlobals in generate_aw_info step to fix staged mode Ref…
Copilot Mar 18, 2026
92f82e7
Disable lockdown mode for weekly blog post generator (#21598)
Copilot Mar 18, 2026
6c1b6bd
fix: replace git push with GraphQL signed commits to satisfy required…
Copilot Mar 18, 2026
0789340
docs: add weekly update blog post for 2026-03-18 (#21608)
github-actions[bot] Mar 18, 2026
b56795b
Merge remote-tracking branch 'origin/main' into copilot/67598871503-f…
Copilot Mar 18, 2026
65419d5
Fix failing CI: merge main to include setupGlobals in generate_aw_inf…
Copilot Mar 18, 2026
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
5 changes: 5 additions & 0 deletions .changeset/patch-bump-mcp-gateway-and-apm-versions.md

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

5 changes: 5 additions & 0 deletions .changeset/patch-fallback-incremental-patch-fetch.md

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

5 changes: 5 additions & 0 deletions .changeset/patch-use-signed-commit-pushes.md

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

2 changes: 2 additions & 0 deletions .github/workflows/ace-editor.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/agent-performance-analyzer.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/agent-persona-explorer.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/ai-moderator.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/archie.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/artifacts-summary.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/audit-workflows.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/auto-triage-issues.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/blog-auditor.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/bot-detection.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/brave.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/breaking-change-checker.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/changeset.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/ci-coach.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/ci-doctor.lock.yml

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

25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -162,6 +163,7 @@ jobs:

integration:
runs-on: ubuntu-latest
timeout-minutes: 25
permissions:
contents: read
strategy:
Expand Down Expand Up @@ -391,6 +393,7 @@ jobs:

canary_go:
runs-on: ubuntu-latest
timeout-minutes: 15
needs: [integration] # test dependency removed - download-artifact fetches by name, not job dependency
if: always() # Run even if some tests fail to report coverage
permissions:
Expand Down Expand Up @@ -444,6 +447,7 @@ jobs:

update:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -509,6 +513,7 @@ jobs:

build:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -596,6 +601,7 @@ jobs:

build-wasm:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -689,6 +695,7 @@ jobs:

validate-yaml:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
Expand Down Expand Up @@ -830,6 +837,7 @@ jobs:

js:
runs-on: ubuntu-latest
timeout-minutes: 10
needs: validate-yaml
permissions:
contents: read
Expand Down Expand Up @@ -864,6 +872,7 @@ jobs:

js-integration-live-api:
runs-on: ubuntu-latest
timeout-minutes: 10
needs: validate-yaml
permissions:
contents: read
Expand Down Expand Up @@ -916,6 +925,7 @@ jobs:
# Only run benchmarks on main branch for performance tracking
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -992,6 +1002,7 @@ jobs:
check-validator-sizes:
name: Check validator file sizes
runs-on: ubuntu-latest
timeout-minutes: 10
# Non-blocking: report violations but don't fail the build until existing files are cleaned up
continue-on-error: true
permissions:
Expand Down Expand Up @@ -1023,6 +1034,7 @@ jobs:

lint-go:
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1123,6 +1135,7 @@ jobs:

lint-js:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1160,6 +1173,7 @@ jobs:

audit:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1254,6 +1268,7 @@ jobs:

actions-build:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1314,6 +1329,7 @@ jobs:
# Only run fuzz tests on main branch (10s is insufficient for PRs)
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1466,6 +1482,7 @@ jobs:

security:
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1691,6 +1708,7 @@ jobs:

health-smoke-copilot:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
actions: read
Expand Down Expand Up @@ -1747,6 +1765,7 @@ jobs:

mcp-server-compile-test:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -1918,6 +1937,7 @@ jobs:
cross-platform-build:
name: Build & Test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
permissions:
contents: read
strategy:
Expand Down Expand Up @@ -2046,6 +2066,7 @@ jobs:
alpine-container-test:
name: Alpine Container Test
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -2180,6 +2201,7 @@ jobs:

safe-outputs-conformance:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
steps:
Expand Down Expand Up @@ -2232,6 +2254,7 @@ jobs:
integration-add:
name: Integration Add Workflows
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -2428,6 +2451,7 @@ jobs:
integration-unauthenticated-add:
name: Integration Unauthenticated Add (Public Repo)
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
contents: read
concurrency:
Expand Down Expand Up @@ -2486,6 +2510,7 @@ jobs:
integration-add-dispatch-workflow:
name: Integration Add with dispatch-workflow Dependencies
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/claude-code-user-docs-review.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/cli-consistency-checker.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/cli-version-checker.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/cloclo.lock.yml

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

2 changes: 2 additions & 0 deletions .github/workflows/code-scanning-fixer.lock.yml

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

Loading
Loading