docs: document org-wide repo scope and auto-discovery
This commit is contained in:
parent
1d00544e86
commit
7b9b696874
1 changed files with 21 additions and 0 deletions
21
docs/ORG_SCOPE.md
Normal file
21
docs/ORG_SCOPE.md
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
# Organization scope
|
||||||
|
|
||||||
|
The watcher monitors **every repository** under [github.com/heavy-duty](https://github.com/heavy-duty).
|
||||||
|
|
||||||
|
Discovery is **search-based** (`gh search … --owner heavy-duty`), so new org repos are included automatically — no allowlist edit required.
|
||||||
|
|
||||||
|
As of 2026-07-18 the org includes (non-exhaustive snapshot):
|
||||||
|
|
||||||
|
- platform, box, rig, cast, infra, handbook, incubator
|
||||||
|
- bulldozer, bulldozer-examples, wallet-adapter, nx-anchor, anchor
|
||||||
|
- znap (+ example, shuttle, tokio, hats)
|
||||||
|
- solana-utils, spl-utils, calculate-leaderboard
|
||||||
|
- drill-* actions, bounty-program helpers
|
||||||
|
- metaplex-series, nft-as-a-wallet, solfate-images, solana-colombia-hacker-house-bounty-program
|
||||||
|
- .github
|
||||||
|
|
||||||
|
Refresh anytime:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
gh api orgs/heavy-duty/repos --paginate --jq '.[].full_name' | sort
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue