Skip to content

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

Closed
marcleblanc2 wants to merge 2 commits into
mainfrom
reports/branch-audit
Closed

reports/branches: Add branch and pull request audit script with report#1923
marcleblanc2 wants to merge 2 commits into
mainfrom
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: 200 branches besides main, 43 open PRs.

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

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.

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 5:15pm UTC

Request Review

@github-actions

github-actions Bot commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Spell check found 157 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.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,338 @@
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
MaedahBatool-patch-1 https://github.com/sourcegraph/docs/tree/MaedahBatool-patch-1 2024-06-25 2024-06-25 807 MaedahBatool no 1 1112 449 https://github.com/sourcegraph/docs/pull/449 2024-06-21 MaedahBatool no merged 2024-06-21 DELETE: PR already merged; author left org
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.

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
MaedahBatool-patch-1 https://github.com/sourcegraph/docs/tree/MaedahBatool-patch-1 2024-06-25 2024-06-25 807 MaedahBatool no 1 1112 449 https://github.com/sourcegraph/docs/pull/449 2024-06-21 MaedahBatool no merged 2024-06-21 DELETE: PR already merged; author left org
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-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
add-pricing-in-nav https://github.com/sourcegraph/docs/tree/add-pricing-in-nav 2024-01-04 2024-01-04 980 MaedahBatool no 1 1635 24 https://github.com/sourcegraph/docs/pull/24 2024-01-04 MaedahBatool no merged 2024-01-04 DELETE: PR already merged; author left org
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-pricing-in-nav https://github.com/sourcegraph/docs/tree/add-pricing-in-nav 2024-01-04 2024-01-04 980 MaedahBatool no 1 1635 24 https://github.com/sourcegraph/docs/pull/24 2024-01-04 MaedahBatool no merged 2024-01-04 DELETE: PR already merged; author left org
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.

deep-search-june25 https://github.com/sourcegraph/docs/tree/deep-search-june25 2025-06-24 2025-06-24 443 MaedahBatool no 3 519 1202 https://github.com/sourcegraph/docs/pull/1202 2025-06-24 MaedahBatool no closed unmerged 2025-07-19 DELETE: PR closed without merge; author left org
demo-design-template https://github.com/sourcegraph/docs/tree/demo-design-template 2024-06-11 2024-06-11 822 MaedahBatool no 3 1151 411 https://github.com/sourcegraph/docs/pull/411 2024-06-11 MaedahBatool no closed unmerged 2024-08-16 DELETE: PR closed without merge; author left org
derekTest https://github.com/sourcegraph/docs/tree/derekTest 2025-05-06 492 MaedahBatool no 0 587 no PR DELETE: no commits beyond main; author left org
disabled-structural-search https://github.com/sourcegraph/docs/tree/disabled-structural-search 2024-01-17 968 stefanhengl yes 0 1607 39 https://github.com/sourcegraph/docs/pull/39 2024-01-17 stefanhengl yes merged 2024-01-18 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.

stefanhengl is not in the dictionary.

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

demo-design-template https://github.com/sourcegraph/docs/tree/demo-design-template 2024-06-11 2024-06-11 822 MaedahBatool no 3 1151 411 https://github.com/sourcegraph/docs/pull/411 2024-06-11 MaedahBatool no closed unmerged 2024-08-16 DELETE: PR closed without merge; author left org
derekTest https://github.com/sourcegraph/docs/tree/derekTest 2025-05-06 492 MaedahBatool no 0 587 no PR DELETE: no commits beyond main; author left org
disabled-structural-search https://github.com/sourcegraph/docs/tree/disabled-structural-search 2024-01-17 968 stefanhengl yes 0 1607 39 https://github.com/sourcegraph/docs/pull/39 2024-01-17 stefanhengl yes merged 2024-01-18 DELETE: no commits beyond main
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

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.

danielmarquespt is not in the dictionary.

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

disabled-structural-search https://github.com/sourcegraph/docs/tree/disabled-structural-search 2024-01-17 968 stefanhengl yes 0 1607 39 https://github.com/sourcegraph/docs/pull/39 2024-01-17 stefanhengl yes merged 2024-01-18 DELETE: no commits beyond main
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
docs/check-example-hostnames https://github.com/sourcegraph/docs/tree/docs/check-example-hostnames 2026-09-08 2026-09-08 3 marcleblanc2 yes 7 30 1878 https://github.com/sourcegraph/docs/pull/1878 2026-09-08 marcleblanc2 yes draft merge=CLEAN checks=SUCCESS WIP: draft PR
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

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.

trly is not in the dictionary.

Did you mean tray?

Suggested change
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/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 tray yes closed unmerged 2025-05-07 DELETE: PR closed without merge

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

docs/check-example-hostnames https://github.com/sourcegraph/docs/tree/docs/check-example-hostnames 2026-09-08 2026-09-08 3 marcleblanc2 yes 7 30 1878 https://github.com/sourcegraph/docs/pull/1878 2026-09-08 marcleblanc2 yes draft merge=CLEAN checks=SUCCESS WIP: draft PR
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

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.

trly is not in the dictionary.

Did you mean tray?

Suggested change
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/scip-docs-refresh https://github.com/sourcegraph/docs/tree/docs/scip-docs-refresh 2026-02-16 2026-02-17 205 tray yes 2 211 no PR DELETE?: no PR, idle >180d

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.

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
fragment-redirects https://github.com/sourcegraph/docs/tree/fragment-redirects 2026-09-08 2026-09-08 3 marcleblanc2 yes 1 30 1879 https://github.com/sourcegraph/docs/pull/1879 2026-09-08 marcleblanc2 yes draft review=REVIEW_REQUIRED merge=BEHIND checks=SUCCESS WIP: draft PR
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.

jd/remove-es-callout https://github.com/sourcegraph/docs/tree/jd/remove-es-callout 2025-10-03 2025-10-03 343 jdorfman yes 1 397 1372 https://github.com/sourcegraph/docs/pull/1372 2025-10-03 jdorfman yes closed unmerged 2025-10-03 DELETE: PR closed without merge
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

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.

jasonhawkharris is not in the dictionary.

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.

jlxu is not in the dictionary.

Did you mean jeux?

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
jeux/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

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.

@marcleblanc2

Copy link
Copy Markdown
Contributor Author

Moved to #1950 (branch renamed to marc/reports/branch-audit).

@marcleblanc2
marcleblanc2 deleted the reports/branch-audit branch September 11, 2026 17:27
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