feat(repo): Add GitHub About sync command
Expose an explicit sync:github-about workflow that updates the remote GitHub About description, homepage, and topics from the repository metadata source of truth. Add regression coverage for the generated gh commands and document the new maintainer path in the changelog and walkthrough.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
"index": "node tools/scripts/run-python.js tools/scripts/generate_index.py",
|
||||
"readme": "node tools/scripts/run-python.js tools/scripts/update_readme.py",
|
||||
"sync:metadata": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py",
|
||||
"sync:github-about": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py --apply-github-about",
|
||||
"chain": "npm run validate && npm run index && npm run sync:metadata",
|
||||
"sync:all": "npm run chain",
|
||||
"catalog": "node tools/scripts/build-catalog.js",
|
||||
|
||||
Reference in New Issue
Block a user