github-script/__test__
Salman Chishti 95933befc0 feat: wrap getOctokit with configured defaults
Extract createConfiguredGetOctokit factory that wraps getOctokit with:
- retry and requestLog plugins (from action defaults)
- retries count, proxy agent, orchestration ID user-agent
- deep-merge for request options so user overrides don't clobber retries
- plugin deduplication to prevent double-application

This ensures secondary Octokit clients created via getOctokit() in
github-script workflows inherit the same defaults as the primary
github client.
2026-04-08 20:47:58 +00:00
..
async-function.test.ts test: add multi-token usage tests for getOctokit 2026-04-07 15:50:16 +00:00
create-configured-getoctokit.test.ts feat: wrap getOctokit with configured defaults 2026-04-08 20:47:58 +00:00
get-retry-options.test.ts Fix overriding request options from @actions/github 2022-09-30 15:15:18 -04:00
getoctokit-integration.test.ts test: add getOctokit integration tests for multi-token usage 2026-04-07 16:02:54 +00:00