1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Convert more files to TypeScript sync.js & find-page.js (#51775)

This commit is contained in:
Evan Bonsignori
2024-07-29 14:18:44 -07:00
committed by GitHub
parent a54bfeb700
commit 5038ef5a4e
21 changed files with 241 additions and 148 deletions

View File

@@ -34,7 +34,8 @@ If the OpenAPI has changed, you will need to first wait for the OpenAPI to be me
To run the GitHub Apps pipeline locally:
1. Clone the [`github/rest-api-description`](https://github.com/github/rest-api-description) repository inside your local `docs-internal` repository.
1. Run `src/rest/scripts/update-files.js -s rest-api-description -o github-apps`.
1. Set a `GITHUB_TOKEN` in your `.env` with (classic) `repo` scopes & enable SSO for the github org.
1. Run `npm run sync-rest -- -s rest-api-description -o github-apps`.
## About this directory