Skip to content

reports/branches: Add branch and pull request audit script with report - #1950

Draft
marcleblanc2 wants to merge 4 commits into
mainfrom
marc/reports/branch-audit
Draft

reports/branches: Add branch and pull request audit script with report#1950
marcleblanc2 wants to merge 4 commits into
mainfrom
marc/reports/branch-audit

Conversation

@marcleblanc2

@marcleblanc2 marcleblanc2 commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Adds reports/branches/branch-audit.mjs and its output branches-and-prs.tsv: one row per branch on GitHub (plus open PRs from forks) with

  • branch name and URL, first and last commit date, days idle
  • tip author and whether they are still in the sourcegraph GitHub org
  • commits ahead of / behind main
  • the PR it belongs to (number, URL, opened date, author, status)
  • a suggested action: DELETE, DELETE?, WIP, ACTIVE, REVIEW, STALE

Run with npm run branch-audit (needs the gh CLI, logged in as an org member). Everything comes from the GitHub GraphQL API; no local clone state is used.

Snapshot on 2026-09-11, after deleting the 113 sync/<date>/<time> bot branches and 22 branches whose PR was already merged, and moving marcleblanc2's 27 unreviewed PRs onto marc/-prefixed branches: 200 branches besides main, 43 open PRs.

Assessment Count
DELETE: PR closed without merge 100
DELETE?: no PR, idle >180d 40
WIP: draft PR 24
DELETE: no commits beyond main 17
ACTIVE: open PR 11
STALE: open PR idle >90d 5
REVIEW: open PR idle 30-90d 3
REVIEW: no PR, idle 30-180d 1
WIP?: recent commits, no PR yet 1
STALE WIP: draft PR idle >90d 1

delete_branch_on_merge is already on; the leftovers are branches whose PR was closed unmerged, merged before the setting was enabled, or never had a PR. The upstream docs sync bot now reuses sync/generated-docs, so the sync/<date>/<time> pile will not come back.

Review of open branches: branches-and-prs-review.tsv

Same rows plus two hand-filled columns: change_summary (what merging the branch would do to main) and still_valid (the claim checked against current sourcegraph/sourcegraph and docs main with Deep Search; links in the cell). Author still-in-org was ignored for this column.

still_valid Count
N/A (tooling / tests / link fixes / no diff) 77
OUTDATED (product changed, superseded, or regenerated) 68
ALREADY DOCUMENTED on main 34
PARTIALLY VALID 8
NOT FOUND (no evidence in code) 7
VALID (real gap, worth salvaging) 6
MOSTLY ALREADY DOCUMENTED / MOSTLY ACCURATE / PARTIALLY OUTDATED 3

VALID: docs-explicit-permissions-external-api (#1785), eg-chat-vision (#1474), sg-next-6-9 (Deep Search RBAC permissions), migrate-telemetry (telemetry V2 dev reference), marc/remove-stale-version-notes (#1936), sync/generated-docs (#1883).


Replaces #1923 (branch renamed to marc/reports/branch-audit).

Lists every branch on GitHub with its age, tip author, whether that
author is still in the sourcegraph org, ahead/behind main, the pull
request it belongs to and a suggested action. Run with
`npm run branch-audit`; needs the gh CLI logged in as an org member.
@vercel

vercel Bot commented Sep 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
sourcegraph-docs Ready Ready Preview Sep 11, 2026 6:17pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Spell check found 328 issue(s) in this PR

Only findings on lines added by this PR are shown.
Up to 25 of them are also commented inline.

reports/branches/branches-and-prs-review.tsv

reports/branches/branches-and-prs.tsv

Please correct the spelling, or add words which are correct to cspell-allow-list.txt.

Run npx cspell@10 --no-progress --dot '**/*' locally to check the full repository.

@@ -0,0 +1,204 @@
branch branch_url first_commit last_commit days_idle tip_author author_in_sourcegraph_org ahead_of_main behind_main pr_number pr_url pr_opened pr_author pr_author_in_sourcegraph_org pr_status assessment
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cbrnrd is not in the dictionary.

Did you mean corned?

Suggested change
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 corned yes closed unmerged 2026-03-04 DELETE: PR closed without merge

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

@@ -0,0 +1,204 @@
branch branch_url first_commit last_commit days_idle tip_author author_in_sourcegraph_org ahead_of_main behind_main pr_number pr_url pr_opened pr_author pr_author_in_sourcegraph_org pr_status assessment
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge
Update-AWS-AMI-docs https://github.com/sourcegraph/docs/tree/Update-AWS-AMI-docs 2024-08-06 2024-08-06 765 marcleblanc2 yes 1 1054 548 https://github.com/sourcegraph/docs/pull/548 2024-08-06 marcleblanc2 yes closed unmerged 2025-07-21 DELETE: PR closed without merge

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marcleblanc is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

aa/alerts-page https://github.com/sourcegraph/docs/tree/aa/alerts-page 2024-03-21 2024-03-21 904 MaedahBatool no 1 1355 188 https://github.com/sourcegraph/docs/pull/188 2024-03-21 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
add-customer-docs https://github.com/sourcegraph/docs/tree/add-customer-docs 2024-02-20 2024-02-20 933 MaedahBatool no 2 1479 107 https://github.com/sourcegraph/docs/pull/107 2024-02-20 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
add-faq https://github.com/sourcegraph/docs/tree/add-faq 2024-09-18 2024-09-18 722 MaedahBatool no 2 961 661 https://github.com/sourcegraph/docs/pull/661 2024-09-18 MaedahBatool no closed unmerged 2024-09-19 DELETE: PR closed without merge; author left org
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobheadxi is not in the dictionary.

Did you mean bowhead?

Suggested change
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bowhead yes 1 81 no PR REVIEW: no PR, idle 30-180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

add-customer-docs https://github.com/sourcegraph/docs/tree/add-customer-docs 2024-02-20 2024-02-20 933 MaedahBatool no 2 1479 107 https://github.com/sourcegraph/docs/pull/107 2024-02-20 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
add-faq https://github.com/sourcegraph/docs/tree/add-faq 2024-09-18 2024-09-18 722 MaedahBatool no 2 961 661 https://github.com/sourcegraph/docs/pull/661 2024-09-18 MaedahBatool no closed unmerged 2024-09-19 DELETE: PR closed without merge; author left org
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jdorfman is not in the dictionary.

Did you mean joran?

Suggested change
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 joran yes closed unmerged 2026-04-15 DELETE: PR closed without merge

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge
ajb-remove-sourcegraph-dot-com-links https://github.com/sourcegraph/docs/tree/ajb-remove-sourcegraph-dot-com-links 2024-12-12 2025-01-14 605 MaedahBatool no 2 771 847 https://github.com/sourcegraph/docs/pull/847 2024-12-12 alexAtSourcegraph no closed unmerged 2025-07-21 DELETE: PR closed without merge; author left org
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

michaellzc is not in the dictionary.

Did you mean michaelle?

Suggested change
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaelle yes 0 992 no PR DELETE: no commits beyond main

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs/fix-docs-url https://github.com/sourcegraph/docs/tree/docs/fix-docs-url 2025-05-07 2025-05-07 492 trly yes 1 587 1122 https://github.com/sourcegraph/docs/pull/1122 2025-05-07 trly yes closed unmerged 2025-05-07 DELETE: PR closed without merge
docs/normalize-example-hostnames https://github.com/sourcegraph/docs/tree/docs/normalize-example-hostnames 2026-09-08 2026-09-08 3 marcleblanc2 yes 3 30 1876 https://github.com/sourcegraph/docs/pull/1876 2026-09-08 marcleblanc2 yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
docs/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 trly yes 2 211 no PR DELETE?: no PR, idle >180d
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobheadxi is not in the dictionary.

Did you mean bowhead?

Suggested change
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bowhead yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 trly yes 2 211 no PR DELETE?: no PR, idle >180d
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
docs-legacy-versions https://github.com/sourcegraph/docs/tree/docs-legacy-versions 2024-05-30 2024-05-30 834 MaedahBatool no 1 1181 no PR DELETE?: no PR, idle >180d; author left org
docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bahrmichael is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs-legacy-versions https://github.com/sourcegraph/docs/tree/docs-legacy-versions 2024-05-30 2024-05-30 834 MaedahBatool no 1 1181 no PR DELETE?: no PR, idle >180d; author left org
docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR
edit-this-page https://github.com/sourcegraph/docs/tree/edit-this-page 2024-03-27 2024-03-28 896 MaedahBatool no 3 1320 212 https://github.com/sourcegraph/docs/pull/212 2024-03-27 MaedahBatool no closed unmerged 2024-05-27 DELETE: PR closed without merge; author left org
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enriquegh is not in the dictionary.

Did you mean enrique?

Suggested change
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enrique yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR
edit-this-page https://github.com/sourcegraph/docs/tree/edit-this-page 2024-03-27 2024-03-28 896 MaedahBatool no 3 1320 212 https://github.com/sourcegraph/docs/pull/212 2024-03-27 MaedahBatool no closed unmerged 2024-05-27 DELETE: PR closed without merge; author left org
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enriquegh yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enriquegh is not in the dictionary.

Did you mean enrique?

Suggested change
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enriquegh yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enrique yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enriquegh yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close
ent-feature-matrix https://github.com/sourcegraph/docs/tree/ent-feature-matrix 2024-04-30 2024-05-01 862 MaedahBatool no 4 1242 285 https://github.com/sourcegraph/docs/pull/285 2024-04-30 MaedahBatool no closed unmerged 2024-08-16 DELETE: PR closed without merge; author left org
ent-llm-dropdown https://github.com/sourcegraph/docs/tree/ent-llm-dropdown 2024-07-16 2024-07-17 786 MaedahBatool no 3 1073 498 https://github.com/sourcegraph/docs/pull/498 2024-07-16 MaedahBatool no closed unmerged 2024-08-13 DELETE: PR closed without merge; author left org
es/cs https://github.com/sourcegraph/docs/tree/es/cs 2026-04-26 2026-04-26 138 eseliger yes 2 120 1760 https://github.com/sourcegraph/docs/pull/1760 2026-04-26 eseliger yes open review=APPROVED merge=DIRTY checks=SUCCESS REVIEW: open PR idle 30-90d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eseliger is not in the dictionary.

Did you mean eelier?

Suggested change
es/cs https://github.com/sourcegraph/docs/tree/es/cs 2026-04-26 2026-04-26 138 eseliger yes 2 120 1760 https://github.com/sourcegraph/docs/pull/1760 2026-04-26 eseliger yes open review=APPROVED merge=DIRTY checks=SUCCESS REVIEW: open PR idle 30-90d
es/cs https://github.com/sourcegraph/docs/tree/es/cs 2026-04-26 2026-04-26 138 eseliger yes 2 120 1760 https://github.com/sourcegraph/docs/pull/1760 2026-04-26 eelier yes open review=APPROVED merge=DIRTY checks=SUCCESS REVIEW: open PR idle 30-90d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

aws-ftr-updates https://github.com/sourcegraph/docs/tree/aws-ftr-updates 2026-02-12 2026-02-12 211 unknown (no GitHub login on commit) 5 216 1598 https://github.com/sourcegraph/docs/pull/1598 2026-02-12 erclm no closed unmerged 2026-02-19 DELETE: PR closed without merge
bahrmichael/2024-08-15-batch-changes-gh-apps-experimental-label https://github.com/sourcegraph/docs/tree/bahrmichael/2024-08-15-batch-changes-gh-apps-experimental-label 2024-06-21 2024-08-15 756 bahrmichael yes 17 1094 571 https://github.com/sourcegraph/docs/pull/571 2024-08-15 bahrmichael yes closed unmerged 2024-08-15 DELETE: PR closed without merge
bak-rel/changelog/v5.7.0 https://github.com/sourcegraph/docs/tree/bak-rel/changelog/v5.7.0 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main
check-links-report-format https://github.com/sourcegraph/docs/tree/check-links-report-format 2026-09-11 2026-09-11 0 marcleblanc2 yes 6 4 1916 https://github.com/sourcegraph/docs/pull/1916 2026-09-11 marcleblanc2 yes open review=APPROVED merge=BEHIND checks=SUCCESS ACTIVE: open PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marcleblanc is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

bak-rel/changelog/v5.7.0 https://github.com/sourcegraph/docs/tree/bak-rel/changelog/v5.7.0 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main
check-links-report-format https://github.com/sourcegraph/docs/tree/check-links-report-format 2026-09-11 2026-09-11 0 marcleblanc2 yes 6 4 1916 https://github.com/sourcegraph/docs/pull/1916 2026-09-11 marcleblanc2 yes open review=APPROVED merge=BEHIND checks=SUCCESS ACTIVE: open PR
chrsmith/modelconfig-docs https://github.com/sourcegraph/docs/tree/chrsmith/modelconfig-docs 2024-08-01 2024-08-05 766 chrsmith no 5 1060 540 https://github.com/sourcegraph/docs/pull/540 2024-08-01 chrsmith no closed unmerged 2024-08-08 DELETE: PR closed without merge; author left org
ci/vercel-ignore-non-site-changes https://github.com/sourcegraph/docs/tree/ci/vercel-ignore-non-site-changes 2026-09-11 2026-09-11 0 marcleblanc2 yes 2 8 1901 https://github.com/sourcegraph/docs/pull/1901 2026-09-11 marcleblanc2 yes open review=APPROVED merge=BEHIND checks=SUCCESS ACTIVE: open PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marcleblanc is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

fix-broken-links-and-anchors https://github.com/sourcegraph/docs/tree/fix-broken-links-and-anchors 2026-09-07 2026-09-07 3 marcleblanc2 yes 1 30 1861 https://github.com/sourcegraph/docs/pull/1861 2026-09-06 marcleblanc2 yes closed unmerged 2026-09-09 DELETE: PR closed without merge
fix-trailing-whitespace https://github.com/sourcegraph/docs/tree/fix-trailing-whitespace 2025-07-10 2025-07-10 427 unknown (no GitHub login on commit) 1 483 no PR DELETE?: no PR, idle >180d
ga-tag-manager https://github.com/sourcegraph/docs/tree/ga-tag-manager 2024-03-14 2024-03-27 898 MaedahBatool no 2 1336 156 https://github.com/sourcegraph/docs/pull/156 2024-03-14 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
gabe/update-db-migrations https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gabtorre is not in the dictionary.

Did you mean gabarone?

Suggested change
gabe/update-db-migrations https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d
gabe/update-db-migrations https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations 2024-04-25 2024-05-24 839 gabarone yes 6 1191 no PR DELETE?: no PR, idle >180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

fix-trailing-whitespace https://github.com/sourcegraph/docs/tree/fix-trailing-whitespace 2025-07-10 2025-07-10 427 unknown (no GitHub login on commit) 1 483 no PR DELETE?: no PR, idle >180d
ga-tag-manager https://github.com/sourcegraph/docs/tree/ga-tag-manager 2024-03-14 2024-03-27 898 MaedahBatool no 2 1336 156 https://github.com/sourcegraph/docs/pull/156 2024-03-14 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
gabe/update-db-migrations https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d
gabe/update-db-migrations-rebased https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations-rebased 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gabtorre is not in the dictionary.

Did you mean gabarone?

Suggested change
gabe/update-db-migrations-rebased https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations-rebased 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d
gabe/update-db-migrations-rebased https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations-rebased 2024-04-25 2024-05-24 839 gabarone yes 6 1191 no PR DELETE?: no PR, idle >180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

ga-tag-manager https://github.com/sourcegraph/docs/tree/ga-tag-manager 2024-03-14 2024-03-27 898 MaedahBatool no 2 1336 156 https://github.com/sourcegraph/docs/pull/156 2024-03-14 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org
gabe/update-db-migrations https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d
gabe/update-db-migrations-rebased https://github.com/sourcegraph/docs/tree/gabe/update-db-migrations-rebased 2024-04-25 2024-05-24 839 gabtorre yes 6 1191 no PR DELETE?: no PR, idle >180d
gabe/update-dc-db-operations https://github.com/sourcegraph/docs/tree/gabe/update-dc-db-operations 2024-05-24 2024-05-24 839 gabtorre yes 3 1190 no PR DELETE?: no PR, idle >180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gabtorre is not in the dictionary.

Did you mean gabarone?

Suggested change
gabe/update-dc-db-operations https://github.com/sourcegraph/docs/tree/gabe/update-dc-db-operations 2024-05-24 2024-05-24 839 gabtorre yes 3 1190 no PR DELETE?: no PR, idle >180d
gabe/update-dc-db-operations https://github.com/sourcegraph/docs/tree/gabe/update-dc-db-operations 2024-05-24 2024-05-24 839 gabarone yes 3 1190 no PR DELETE?: no PR, idle >180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

jdp/hackathon/versionsuptodate https://github.com/sourcegraph/docs/tree/jdp/hackathon/versionsuptodate 2024-09-24 2024-09-24 716 jdpleiness no 1 962 no PR DELETE?: no PR, idle >180d; author left org
jh/test https://github.com/sourcegraph/docs/tree/jh/test 2024-03-19 2024-03-19 906 jhchabran no 1 1385 170 https://github.com/sourcegraph/docs/pull/170 2024-03-19 sourcegraph-buildkite bot closed unmerged 2024-03-19 DELETE: PR closed without merge; author left org
jhh/deepsearch-guide-troubleshooting https://github.com/sourcegraph/docs/tree/jhh/deepsearch-guide-troubleshooting 2026-03-12 2026-03-12 183 jasonhawkharris yes 2 167 1683 https://github.com/sourcegraph/docs/pull/1683 2026-03-12 jasonhawkharris yes closed unmerged 2026-03-16 DELETE: PR closed without merge
jlxu/fix-deep-search-dead-links-and-nav https://github.com/sourcegraph/docs/tree/jlxu/fix-deep-search-dead-links-and-nav 2026-03-02 2026-03-02 192 julialeex yes 1 180 1664 https://github.com/sourcegraph/docs/pull/1664 2026-03-02 julialeex yes closed unmerged 2026-03-02 DELETE: PR closed without merge

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

julialeex is not in the dictionary.

Did you mean juliane?

Suggested change
jlxu/fix-deep-search-dead-links-and-nav https://github.com/sourcegraph/docs/tree/jlxu/fix-deep-search-dead-links-and-nav 2026-03-02 2026-03-02 192 julialeex yes 1 180 1664 https://github.com/sourcegraph/docs/pull/1664 2026-03-02 julialeex yes closed unmerged 2026-03-02 DELETE: PR closed without merge
jlxu/fix-deep-search-dead-links-and-nav https://github.com/sourcegraph/docs/tree/jlxu/fix-deep-search-dead-links-and-nav 2026-03-02 2026-03-02 192 julialeex yes 1 180 1664 https://github.com/sourcegraph/docs/pull/1664 2026-03-02 juliane yes closed unmerged 2026-03-02 DELETE: PR closed without merge

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

jh/test https://github.com/sourcegraph/docs/tree/jh/test 2024-03-19 2024-03-19 906 jhchabran no 1 1385 170 https://github.com/sourcegraph/docs/pull/170 2024-03-19 sourcegraph-buildkite bot closed unmerged 2024-03-19 DELETE: PR closed without merge; author left org
jhh/deepsearch-guide-troubleshooting https://github.com/sourcegraph/docs/tree/jhh/deepsearch-guide-troubleshooting 2026-03-12 2026-03-12 183 jasonhawkharris yes 2 167 1683 https://github.com/sourcegraph/docs/pull/1683 2026-03-12 jasonhawkharris yes closed unmerged 2026-03-16 DELETE: PR closed without merge
jlxu/fix-deep-search-dead-links-and-nav https://github.com/sourcegraph/docs/tree/jlxu/fix-deep-search-dead-links-and-nav 2026-03-02 2026-03-02 192 julialeex yes 1 180 1664 https://github.com/sourcegraph/docs/pull/1664 2026-03-02 julialeex yes closed unmerged 2026-03-02 DELETE: PR closed without merge
julialeex/add-supported-models https://github.com/sourcegraph/docs/tree/julialeex/add-supported-models 2025-11-26 2025-11-26 288 julialeex yes 1 329 no PR DELETE?: no PR, idle >180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

julialeex is not in the dictionary.

Did you mean juliane?

Suggested change
julialeex/add-supported-models https://github.com/sourcegraph/docs/tree/julialeex/add-supported-models 2025-11-26 2025-11-26 288 julialeex yes 1 329 no PR DELETE?: no PR, idle >180d
julialeex/add-supported-models https://github.com/sourcegraph/docs/tree/julialeex/add-supported-models 2025-11-26 2025-11-26 288 juliane yes 1 329 no PR DELETE?: no PR, idle >180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

k/document-code-monitor-result-truncation https://github.com/sourcegraph/docs/tree/k/document-code-monitor-result-truncation 2026-07-16 2026-07-16 57 keegancsmith yes 1 69 1817 https://github.com/sourcegraph/docs/pull/1817 2026-07-16 keegancsmith yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
k/max-concurrency-docs https://github.com/sourcegraph/docs/tree/k/max-concurrency-docs 2026-02-02 2026-02-02 221 keegancsmith yes 1 221 1580 https://github.com/sourcegraph/docs/pull/1580 2026-02-02 keegancsmith yes draft review=APPROVED merge=BEHIND checks=SUCCESS STALE WIP: draft PR idle >90d
k/restrict-merge-to-admins-docs https://github.com/sourcegraph/docs/tree/k/restrict-merge-to-admins-docs 2026-02-26 2026-02-26 197 keegancsmith yes 2 189 1581 https://github.com/sourcegraph/docs/pull/1581 2026-02-03 keegancsmith yes open review=APPROVED merge=DIRTY checks=SUCCESS STALE: open PR idle >90d, ping author or close
kubernetes-page-fixup https://github.com/sourcegraph/docs/tree/kubernetes-page-fixup 2026-01-27 2026-01-27 227 bobheadxi yes 1 231 1565 https://github.com/sourcegraph/docs/pull/1565 2026-01-27 bobheadxi yes closed unmerged 2026-01-27 DELETE: PR closed without merge

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobheadxi is not in the dictionary.

Did you mean bowhead?

Suggested change
kubernetes-page-fixup https://github.com/sourcegraph/docs/tree/kubernetes-page-fixup 2026-01-27 2026-01-27 227 bobheadxi yes 1 231 1565 https://github.com/sourcegraph/docs/pull/1565 2026-01-27 bobheadxi yes closed unmerged 2026-01-27 DELETE: PR closed without merge
kubernetes-page-fixup https://github.com/sourcegraph/docs/tree/kubernetes-page-fixup 2026-01-27 2026-01-27 227 bobheadxi yes 1 231 1565 https://github.com/sourcegraph/docs/pull/1565 2026-01-27 bowhead yes closed unmerged 2026-01-27 DELETE: PR closed without merge

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

marc/test-pr-checks-broken-2 https://github.com/sourcegraph/docs/tree/marc/test-pr-checks-broken-2 2026-09-11 2026-09-11 0 marcleblanc2 yes 12 1 1948 https://github.com/sourcegraph/docs/pull/1948 2026-09-11 marcleblanc2 yes draft review=REVIEW_REQUIRED merge=BEHIND checks=FAILURE WIP: draft PR
marc/test-pr-checks-remediated-2 https://github.com/sourcegraph/docs/tree/marc/test-pr-checks-remediated-2 2026-09-11 2026-09-11 0 marcleblanc2 yes 14 1 1949 https://github.com/sourcegraph/docs/pull/1949 2026-09-11 marcleblanc2 yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
marc/todo/vercel-audit https://github.com/sourcegraph/docs/tree/marc/todo/vercel-audit 2026-09-11 2026-09-11 0 marcleblanc2 yes 5 8 1941 https://github.com/sourcegraph/docs/pull/1941 2026-09-11 marcleblanc2 yes open review=REVIEW_REQUIRED merge=DIRTY checks=FAILURE ACTIVE: open PR
merge-project-admin-docs https://github.com/sourcegraph/docs/tree/merge-project-admin-docs 2024-09-17 2024-09-19 721 anorrish yes 13 964 no PR DELETE?: no PR, idle >180d

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anorrish is not in the dictionary.

Did you mean aorist?

Suggested change
merge-project-admin-docs https://github.com/sourcegraph/docs/tree/merge-project-admin-docs 2024-09-17 2024-09-19 721 anorrish yes 13 964 no PR DELETE?: no PR, idle >180d
merge-project-admin-docs https://github.com/sourcegraph/docs/tree/merge-project-admin-docs 2024-09-17 2024-09-19 721 aorist yes 13 964 no PR DELETE?: no PR, idle >180d

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

marc/todo/vercel-audit https://github.com/sourcegraph/docs/tree/marc/todo/vercel-audit 2026-09-11 2026-09-11 0 marcleblanc2 yes 5 8 1941 https://github.com/sourcegraph/docs/pull/1941 2026-09-11 marcleblanc2 yes open review=REVIEW_REQUIRED merge=DIRTY checks=FAILURE ACTIVE: open PR
merge-project-admin-docs https://github.com/sourcegraph/docs/tree/merge-project-admin-docs 2024-09-17 2024-09-19 721 anorrish yes 13 964 no PR DELETE?: no PR, idle >180d
migrate-telemetry https://github.com/sourcegraph/docs/tree/migrate-telemetry 2025-06-23 2025-06-23 444 MaedahBatool no 2 532 1198 https://github.com/sourcegraph/docs/pull/1198 2025-06-23 MaedahBatool no closed unmerged 2025-06-24 DELETE: PR closed without merge; author left org
mohammad/brokenlink_fix https://github.com/sourcegraph/docs/tree/mohammad/brokenlink_fix 2023-12-22 993 unknown (no GitHub login on commit) 0 1648 15 https://github.com/sourcegraph/docs/pull/15 2023-12-22 mohammadualam no merged 2023-12-22 DELETE: no commits beyond main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brokenlink is not in the dictionary.

Did you mean brokenly?

Suggested change
mohammad/brokenlink_fix https://github.com/sourcegraph/docs/tree/mohammad/brokenlink_fix 2023-12-22 993 unknown (no GitHub login on commit) 0 1648 15 https://github.com/sourcegraph/docs/pull/15 2023-12-22 mohammadualam no merged 2023-12-22 DELETE: no commits beyond main
mohammad/brokenly_fix https://github.com/sourcegraph/docs/tree/mohammad/brokenlink_fix 2023-12-22 993 unknown (no GitHub login on commit) 0 1648 15 https://github.com/sourcegraph/docs/pull/15 2023-12-22 mohammadualam no merged 2023-12-22 DELETE: no commits beyond main

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

Copy of branches-and-prs.tsv with two extra columns: change_summary
(what the branch would change on main) and still_valid (verdict from
checking the claim against current sourcegraph/sourcegraph and docs
main via Deep Search, with links).

Amp-Thread-ID: https://ampcode.com/threads/T-01a09142-8181-76ce-8da4-3562acb0c85c
Co-authored-by: Amp <amp@ampcode.com>
@@ -0,0 +1,204 @@
branch branch_url first_commit last_commit days_idle tip_author author_in_sourcegraph_org ahead_of_main behind_main pr_number pr_url pr_opened pr_author pr_author_in_sourcegraph_org pr_status assessment change_summary still_valid
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge Adds an Enterprise admin-authentication page documenting FIDO2/WebAuthn passkey step-up checks for admin pages, hourly re-verification, token-authenticated request bypass, passkey management, and HTTPS requirements. It introduces the `auth.adminPasskeyRequired` and `auth.adminPasskeyPINRequired` site settings, both defaulting to false. OUTDATED: passkey admin feature was reverted on sourcegraph main; nothing to document (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cbrnrd is not in the dictionary.

Did you mean corned?

Suggested change
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge Adds an Enterprise admin-authentication page documenting FIDO2/WebAuthn passkey step-up checks for admin pages, hourly re-verification, token-authenticated request bypass, passkey management, and HTTPS requirements. It introduces the `auth.adminPasskeyRequired` and `auth.adminPasskeyPINRequired` site settings, both defaulting to false. OUTDATED: passkey admin feature was reverted on sourcegraph main; nothing to document (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 corned yes closed unmerged 2026-03-04 DELETE: PR closed without merge Adds an Enterprise admin-authentication page documenting FIDO2/WebAuthn passkey step-up checks for admin pages, hourly re-verification, token-authenticated request bypass, passkey management, and HTTPS requirements. It introduces the `auth.adminPasskeyRequired` and `auth.adminPasskeyPINRequired` site settings, both defaulting to false. OUTDATED: passkey admin feature was reverted on sourcegraph main; nothing to document (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

@@ -0,0 +1,204 @@
branch branch_url first_commit last_commit days_idle tip_author author_in_sourcegraph_org ahead_of_main behind_main pr_number pr_url pr_opened pr_author pr_author_in_sourcegraph_org pr_status assessment change_summary still_valid
SEC-3728-admin-passkey-docs https://github.com/sourcegraph/docs/tree/SEC-3728-admin-passkey-docs 2026-02-18 2026-02-18 205 cbrnrd yes 1 209 1615 https://github.com/sourcegraph/docs/pull/1615 2026-02-18 cbrnrd yes closed unmerged 2026-03-04 DELETE: PR closed without merge Adds an Enterprise admin-authentication page documenting FIDO2/WebAuthn passkey step-up checks for admin pages, hourly re-verification, token-authenticated request bypass, passkey management, and HTTPS requirements. It introduces the `auth.adminPasskeyRequired` and `auth.adminPasskeyPINRequired` site settings, both defaulting to false. OUTDATED: passkey admin feature was reverted on sourcegraph main; nothing to document (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
Update-AWS-AMI-docs https://github.com/sourcegraph/docs/tree/Update-AWS-AMI-docs 2024-08-06 2024-08-06 765 marcleblanc2 yes 1 1054 548 https://github.com/sourcegraph/docs/pull/548 2024-08-06 marcleblanc2 yes closed unmerged 2025-07-21 DELETE: PR closed without merge Reworks the AWS AMI deployment guide with an instance-size chart, EC2 launch steps, SSH and public-IP security guidance, Application Load Balancer/HTTPS hardening, and scheduled EBS snapshot backups. PARTIALLY VALID: AMI and one-click pages still published; hardening/ALB/snapshot guidance not on main. Kustomize references OUTDATED (https://sourcegraph.sourcegraph.com/deepsearch/a09b0e4c-0875-4195-b1ad-ab142e29f646)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

marcleblanc is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

aa/alerts-page https://github.com/sourcegraph/docs/tree/aa/alerts-page 2024-03-21 2024-03-21 904 MaedahBatool no 1 1355 188 https://github.com/sourcegraph/docs/pull/188 2024-03-21 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org No substantive change: it only adds a large generated admin observability alerts page under `src/app/gen` (diff exceeded 1 MB and was summarized from its stat and a sample). OUTDATED: generated alerts page; regenerate via sync/generated-docs instead
add-customer-docs https://github.com/sourcegraph/docs/tree/add-customer-docs 2024-02-20 2024-02-20 933 MaedahBatool no 2 1479 107 https://github.com/sourcegraph/docs/pull/107 2024-02-20 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org Adds a broad Sourcegraph getting-started guide linking users to Cody, Code Search, Code Navigation, Code Monitoring, Batch Changes, Code Insights, Notebooks, CLI, and GraphQL/Stream APIs, and makes a small Cody Chat wording change. OUTDATED: getting-started now lists Deep Search/MCP Server; Notebooks removed in 7.0 (https://sourcegraph.sourcegraph.com/deepsearch/90890366-ec4b-497d-8afc-2876cd37041b)
add-faq https://github.com/sourcegraph/docs/tree/add-faq 2024-09-18 2024-09-18 722 MaedahBatool no 2 961 661 https://github.com/sourcegraph/docs/pull/661 2024-09-18 MaedahBatool no closed unmerged 2024-09-19 DELETE: PR closed without merge; author left org Adds a Cody FAQ answer saying Cody specializes in codebase, programming, testing, and debugging questions, while Cody Chat is also optimized for general-purpose queries. ALREADY DOCUMENTED (https://sourcegraph.sourcegraph.com/deepsearch/15cee0a2-d598-4086-9f0b-b1b68cdf8504)
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d Adds only a root-level `HELLO_WORLD.md` containing “Hello, World!”; no product documentation changes. N/A: tooling/test/formatting/link fixes, no product claims

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobheadxi is not in the dictionary.

Did you mean bowhead?

Suggested change
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d Adds only a root-level `HELLO_WORLD.md` containing “Hello, World!”; no product documentation changes. N/A: tooling/test/formatting/link fixes, no product claims
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bowhead yes 1 81 no PR REVIEW: no PR, idle 30-180d Adds only a root-level `HELLO_WORLD.md` containing “Hello, World!”; no product documentation changes. N/A: tooling/test/formatting/link fixes, no product claims

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

add-customer-docs https://github.com/sourcegraph/docs/tree/add-customer-docs 2024-02-20 2024-02-20 933 MaedahBatool no 2 1479 107 https://github.com/sourcegraph/docs/pull/107 2024-02-20 MaedahBatool no closed unmerged 2024-05-07 DELETE: PR closed without merge; author left org Adds a broad Sourcegraph getting-started guide linking users to Cody, Code Search, Code Navigation, Code Monitoring, Batch Changes, Code Insights, Notebooks, CLI, and GraphQL/Stream APIs, and makes a small Cody Chat wording change. OUTDATED: getting-started now lists Deep Search/MCP Server; Notebooks removed in 7.0 (https://sourcegraph.sourcegraph.com/deepsearch/90890366-ec4b-497d-8afc-2876cd37041b)
add-faq https://github.com/sourcegraph/docs/tree/add-faq 2024-09-18 2024-09-18 722 MaedahBatool no 2 961 661 https://github.com/sourcegraph/docs/pull/661 2024-09-18 MaedahBatool no closed unmerged 2024-09-19 DELETE: PR closed without merge; author left org Adds a Cody FAQ answer saying Cody specializes in codebase, programming, testing, and debugging questions, while Cody Chat is also optimized for general-purpose queries. ALREADY DOCUMENTED (https://sourcegraph.sourcegraph.com/deepsearch/15cee0a2-d598-4086-9f0b-b1b68cdf8504)
add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d Adds only a root-level `HELLO_WORLD.md` containing “Hello, World!”; no product documentation changes. N/A: tooling/test/formatting/link fixes, no product claims
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge Site tooling only: simplifies the Tailwind content configuration paths; no documentation content changes. N/A: tooling/test/formatting/link fixes, no product claims

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jdorfman is not in the dictionary.

Did you mean joran?

Suggested change
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge Site tooling only: simplifies the Tailwind content configuration paths; no documentation content changes. N/A: tooling/test/formatting/link fixes, no product claims
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 joran yes closed unmerged 2026-04-15 DELETE: PR closed without merge Site tooling only: simplifies the Tailwind content configuration paths; no documentation content changes. N/A: tooling/test/formatting/link fixes, no product claims

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 https://github.com/sourcegraph/docs/tree/add-hello-world-76428404-87be-42ae-b9aa-845a60473c92 2026-07-03 2026-07-03 69 bobheadxi yes 1 81 no PR REVIEW: no PR, idle 30-180d Adds only a root-level `HELLO_WORLD.md` containing “Hello, World!”; no product documentation changes. N/A: tooling/test/formatting/link fixes, no product claims
agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 https://github.com/sourcegraph/docs/tree/agentic-batch-changes/0664c2ca541672c2636927b735e66a9500f1447eebf156ade48cc77d03b760d2 2026-04-15 2026-04-15 149 sourcegraph-bot bot 1 132 1748 https://github.com/sourcegraph/docs/pull/1748 2026-04-15 jdorfman yes closed unmerged 2026-04-15 DELETE: PR closed without merge Site tooling only: simplifies the Tailwind content configuration paths; no documentation content changes. N/A: tooling/test/formatting/link fixes, no product claims
ajb-remove-sourcegraph-dot-com-links https://github.com/sourcegraph/docs/tree/ajb-remove-sourcegraph-dot-com-links 2024-12-12 2025-01-14 605 MaedahBatool no 2 771 847 https://github.com/sourcegraph/docs/pull/847 2024-12-12 alexAtSourcegraph no closed unmerged 2025-07-21 DELETE: PR closed without merge; author left org Updates links across admin, executors, API, Cloud, Perforce, audit/security logging, and observability pages to stop using obsolete Sourcegraph.com documentation URLs; no product claims change. N/A: tooling/test/formatting/link fixes, no product claims
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main no diff: branch tip is already in main N/A: no diff, branch tip is already in main

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

michaellzc is not in the dictionary.

Did you mean michaelle?

Suggested change
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaellzc yes 0 992 no PR DELETE: no commits beyond main no diff: branch tip is already in main N/A: no diff, branch tip is already in main
ajb-updating-stream-api https://github.com/sourcegraph/docs/tree/ajb-updating-stream-api 2024-09-04 736 michaelle yes 0 992 no PR DELETE: no commits beyond main no diff: branch tip is already in main N/A: no diff, branch tip is already in main

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs/agentic-batch-changes-ga https://github.com/sourcegraph/docs/tree/docs/agentic-batch-changes-ga 2026-09-11 2026-09-11 0 danielmarquespt yes 4 4 no PR WIP?: recent commits, no PR yet Rewrites Agentic Batch Changes documentation and adds configuration and prompt-writing pages. It documents repository-backed guidance/skills, coding-agent steps with Sourcegraph MCP and Codex/Claude selection, executor isolation, secret injection/redaction, audit logging, RBAC requirements, and CI/check hooks. OUTDATED: agentic Batch Changes still Beta on main; GA flag flips 2026-09-14, re-check then (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
docs/fix-docs-url https://github.com/sourcegraph/docs/tree/docs/fix-docs-url 2025-05-07 2025-05-07 492 trly yes 1 587 1122 https://github.com/sourcegraph/docs/pull/1122 2025-05-07 trly yes closed unmerged 2025-05-07 DELETE: PR closed without merge Rewrites stale documentation links in Kubernetes deployment, search-jobs CLI references, legacy-version listings, and redirects from `docs.sourcegraph.com` to `sourcegraph.com/docs`; no product behavior changes. N/A: tooling/test/formatting/link fixes, no product claims
docs/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 trly yes 2 211 no PR DELETE?: no PR, idle >180d Refreshes precise code-navigation/SCIP documentation with per-language indexing guides for C/C++, C#, Go, JVM, Python, Ruby, Rust, and TypeScript/JavaScript, plus CI examples and troubleshooting. It says Sourcegraph.com uploads require `-github-token` ownership proof and shows `src code-intel upload` workflows using Sourcegraph access tokens. ALREADY DOCUMENTED: per-language SCIP how-tos and upload flags on main (https://sourcegraph.sourcegraph.com/deepsearch/0223cab2-d3a8-48a3-b728-693f8ded4396)
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR Rewrites explicit repository-permissions docs around the Sourcegraph external API introduced in 7.0. It documents licensed Get/List/Create/Delete operations under `/api/explicitrepopermissions.v1.Service/...`, `/api-reference` OpenAPI discovery, bearer-token-only authentication, scoped tokens and RBAC, pagination, and user/repository resource names. VALID: explicitrepopermissions.v1.Service exists and docs main has no page for it. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bobheadxi is not in the dictionary.

Did you mean bowhead?

Suggested change
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR Rewrites explicit repository-permissions docs around the Sourcegraph external API introduced in 7.0. It documents licensed Get/List/Create/Delete operations under `/api/explicitrepopermissions.v1.Service/...`, `/api-reference` OpenAPI discovery, bearer-token-only authentication, scoped tokens and RBAC, pagination, and user/repository resource names. VALID: explicitrepopermissions.v1.Service exists and docs main has no page for it. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bowhead yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR Rewrites explicit repository-permissions docs around the Sourcegraph external API introduced in 7.0. It documents licensed Get/List/Create/Delete operations under `/api/explicitrepopermissions.v1.Service/...`, `/api-reference` OpenAPI discovery, bearer-token-only authentication, scoped tokens and RBAC, pagination, and user/repository resource names. VALID: explicitrepopermissions.v1.Service exists and docs main has no page for it. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs/agentic-batch-changes-ga https://github.com/sourcegraph/docs/tree/docs/agentic-batch-changes-ga 2026-09-11 2026-09-11 0 danielmarquespt yes 4 4 no PR WIP?: recent commits, no PR yet Rewrites Agentic Batch Changes documentation and adds configuration and prompt-writing pages. It documents repository-backed guidance/skills, coding-agent steps with Sourcegraph MCP and Codex/Claude selection, executor isolation, secret injection/redaction, audit logging, RBAC requirements, and CI/check hooks. OUTDATED: agentic Batch Changes still Beta on main; GA flag flips 2026-09-14, re-check then (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
docs/fix-docs-url https://github.com/sourcegraph/docs/tree/docs/fix-docs-url 2025-05-07 2025-05-07 492 trly yes 1 587 1122 https://github.com/sourcegraph/docs/pull/1122 2025-05-07 trly yes closed unmerged 2025-05-07 DELETE: PR closed without merge Rewrites stale documentation links in Kubernetes deployment, search-jobs CLI references, legacy-version listings, and redirects from `docs.sourcegraph.com` to `sourcegraph.com/docs`; no product behavior changes. N/A: tooling/test/formatting/link fixes, no product claims
docs/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 trly yes 2 211 no PR DELETE?: no PR, idle >180d Refreshes precise code-navigation/SCIP documentation with per-language indexing guides for C/C++, C#, Go, JVM, Python, Ruby, Rust, and TypeScript/JavaScript, plus CI examples and troubleshooting. It says Sourcegraph.com uploads require `-github-token` ownership proof and shows `src code-intel upload` workflows using Sourcegraph access tokens. ALREADY DOCUMENTED: per-language SCIP how-tos and upload flags on main (https://sourcegraph.sourcegraph.com/deepsearch/0223cab2-d3a8-48a3-b728-693f8ded4396)
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR Rewrites explicit repository-permissions docs around the Sourcegraph external API introduced in 7.0. It documents licensed Get/List/Create/Delete operations under `/api/explicitrepopermissions.v1.Service/...`, `/api-reference` OpenAPI discovery, bearer-token-only authentication, scoped tokens and RBAC, pagination, and user/repository resource names. VALID: explicitrepopermissions.v1.Service exists and docs main has no page for it. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

explicitrepopermissions is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 trly yes 2 211 no PR DELETE?: no PR, idle >180d Refreshes precise code-navigation/SCIP documentation with per-language indexing guides for C/C++, C#, Go, JVM, Python, Ruby, Rust, and TypeScript/JavaScript, plus CI examples and troubleshooting. It says Sourcegraph.com uploads require `-github-token` ownership proof and shows `src code-intel upload` workflows using Sourcegraph access tokens. ALREADY DOCUMENTED: per-language SCIP how-tos and upload flags on main (https://sourcegraph.sourcegraph.com/deepsearch/0223cab2-d3a8-48a3-b728-693f8ded4396)
docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 https://github.com/sourcegraph/docs/tree/docs-explicit-permissions-external-api-cf8568f9-dbb8-4609-a80c-8ad8e2ea5106 2026-06-16 2026-06-16 86 bobheadxi yes 1 99 1785 https://github.com/sourcegraph/docs/pull/1785 2026-06-16 bobheadxi yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR Rewrites explicit repository-permissions docs around the Sourcegraph external API introduced in 7.0. It documents licensed Get/List/Create/Delete operations under `/api/explicitrepopermissions.v1.Service/...`, `/api-reference` OpenAPI discovery, bearer-token-only authentication, scoped tokens and RBAC, pagination, and user/repository resource names. VALID: explicitrepopermissions.v1.Service exists and docs main has no page for it. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
docs-legacy-versions https://github.com/sourcegraph/docs/tree/docs-legacy-versions 2024-05-30 2024-05-30 834 MaedahBatool no 1 1181 no PR DELETE?: no PR, idle >180d; author left org No substantive product change: adds a README note pointing to the `sourcegraph/docs-legacy-versions` archive repository plus stray placeholder text. N/A: tooling/test/formatting/link fixes, no product claims
docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR Rewrites stale absolute `docs.sourcegraph.com` links throughout generated CLI reference pages to `sourcegraph.com/docs`; no product behavior changes. N/A: tooling/test/formatting/link fixes, no product claims

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bahrmichael is not in the dictionary.

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs-legacy-versions https://github.com/sourcegraph/docs/tree/docs-legacy-versions 2024-05-30 2024-05-30 834 MaedahBatool no 1 1181 no PR DELETE?: no PR, idle >180d; author left org No substantive product change: adds a README note pointing to the `sourcegraph/docs-legacy-versions` archive repository plus stray placeholder text. N/A: tooling/test/formatting/link fixes, no product claims
docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR Rewrites stale absolute `docs.sourcegraph.com` links throughout generated CLI reference pages to `sourcegraph.com/docs`; no product behavior changes. N/A: tooling/test/formatting/link fixes, no product claims
edit-this-page https://github.com/sourcegraph/docs/tree/edit-this-page 2024-03-27 2024-03-28 896 MaedahBatool no 3 1320 212 https://github.com/sourcegraph/docs/pull/212 2024-03-27 MaedahBatool no closed unmerged 2024-05-27 DELETE: PR closed without merge; author left org Performs a massive docs-site migration: moves the old documentation tree to `docs-old`, introduces flattened current/versioned 5.2 pages and navigation, and changes the table-of-contents component. The 13.8 MB diff was summarized from its 1,805-file stat and a sample rather than read in full. OUTDATED: superseded docs-site migration (docs-old tree, versioned 5.2 pages)
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Clarifies authentication choices among service accounts, OAuth Apps, and access tokens, recommending machine identities, per-user OAuth, or simple one-user tokens respectively. It adds MCP OAuth troubleshooting for the `mcp` scope, exact redirect URIs, one-time refresh-token rotation, `MCP#ACCESS`, and notes that `auth.accessTokens` does not disable other authentication methods. ALREADY DOCUMENTED: mcp scope / MCP#ACCESS covered in docs/api/mcp (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enriquegh is not in the dictionary.

Did you mean enrique?

Suggested change
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Clarifies authentication choices among service accounts, OAuth Apps, and access tokens, recommending machine identities, per-user OAuth, or simple one-user tokens respectively. It adds MCP OAuth troubleshooting for the `mcp` scope, exact redirect URIs, one-time refresh-token rotation, `MCP#ACCESS`, and notes that `auth.accessTokens` does not disable other authentication methods. ALREADY DOCUMENTED: mcp scope / MCP#ACCESS covered in docs/api/mcp (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enrique yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Clarifies authentication choices among service accounts, OAuth Apps, and access tokens, recommending machine identities, per-user OAuth, or simple one-user tokens respectively. It adds MCP OAuth troubleshooting for the `mcp` scope, exact redirect URIs, one-time refresh-token rotation, `MCP#ACCESS`, and notes that `auth.accessTokens` does not disable other authentication methods. ALREADY DOCUMENTED: mcp scope / MCP#ACCESS covered in docs/api/mcp (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a https://github.com/sourcegraph/docs/tree/docs-url-rewrite-88cfd6e5-d8f4-47ad-a67e-f9286a430b5a 2026-09-03 2026-09-03 8 bahrmichael yes 1 36 1851 https://github.com/sourcegraph/docs/pull/1851 2026-09-03 bahrmichael yes open review=REVIEW_REQUIRED merge=DIRTY checks=SUCCESS ACTIVE: open PR Rewrites stale absolute `docs.sourcegraph.com` links throughout generated CLI reference pages to `sourcegraph.com/docs`; no product behavior changes. N/A: tooling/test/formatting/link fixes, no product claims
edit-this-page https://github.com/sourcegraph/docs/tree/edit-this-page 2024-03-27 2024-03-28 896 MaedahBatool no 3 1320 212 https://github.com/sourcegraph/docs/pull/212 2024-03-27 MaedahBatool no closed unmerged 2024-05-27 DELETE: PR closed without merge; author left org Performs a massive docs-site migration: moves the old documentation tree to `docs-old`, introduces flattened current/versioned 5.2 pages and navigation, and changes the table-of-contents component. The 13.8 MB diff was summarized from its 1,805-file stat and a sample rather than read in full. OUTDATED: superseded docs-site migration (docs-old tree, versioned 5.2 pages)
eg-auth-token-clarifications https://github.com/sourcegraph/docs/tree/eg-auth-token-clarifications 2026-04-17 2026-04-17 146 enriquegh yes 1 126 1754 https://github.com/sourcegraph/docs/pull/1754 2026-04-17 enriquegh yes open review=APPROVED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Clarifies authentication choices among service accounts, OAuth Apps, and access tokens, recommending machine identities, per-user OAuth, or simple one-user tokens respectively. It adds MCP OAuth troubleshooting for the `mcp` scope, exact redirect URIs, one-time refresh-token rotation, `MCP#ACCESS`, and notes that `auth.accessTokens` does not disable other authentication methods. ALREADY DOCUMENTED: mcp scope / MCP#ACCESS covered in docs/api/mcp (https://sourcegraph.sourcegraph.com/deepsearch/44d74fd9-7e50-41dd-996b-3190bd2828fe)
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enriquegh yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Updates Cody Chat image-upload documentation to say Enterprise site admins must enable `configFeatures.chatVision` in site configuration. VALID: configFeatures.chatVision exists in the schema and is undocumented on main. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/39ca144e-3a89-49e6-9065-47d3495e7ed4)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enriquegh is not in the dictionary.

Did you mean enrique?

Suggested change
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enriquegh yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Updates Cody Chat image-upload documentation to say Enterprise site admins must enable `configFeatures.chatVision` in site configuration. VALID: configFeatures.chatVision exists in the schema and is undocumented on main. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/39ca144e-3a89-49e6-9065-47d3495e7ed4)
eg-chat-vision https://github.com/sourcegraph/docs/tree/eg-chat-vision 2025-12-11 2025-12-11 273 enriquegh yes 1 304 1474 https://github.com/sourcegraph/docs/pull/1474 2025-12-11 enrique yes open review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS STALE: open PR idle >90d, ping author or close Updates Cody Chat image-upload documentation to say Enterprise site admins must enable `configFeatures.chatVision` in site configuration. VALID: configFeatures.chatVision exists in the schema and is undocumented on main. Worth salvaging (https://sourcegraph.sourcegraph.com/deepsearch/39ca144e-3a89-49e6-9065-47d3495e7ed4)

Please correct the spelling, or add the word to cspell-allow-list.txt if it is correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant