Compare commits

..

4 Commits

Author SHA1 Message Date
Salman Chishti 3a2844b7e9 Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare release for v9
Check dist/ / check-dist (push) Has been cancelled
CI / ci (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Has been cancelled
Integration / Integration test: return (push) Has been cancelled
Integration / Integration test: relative-path require (push) Has been cancelled
Integration / Integration test: npm package require (push) Has been cancelled
Integration / Integration test: GraphQL previews option (push) Has been cancelled
Integration / Integration test: user-agent option (push) Has been cancelled
Integration / Integration test: getOctokit with token (push) Has been cancelled
Integration / Integration test: debug option (runner.debug mode disabled) (push) Has been cancelled
Integration / Integration test: base-url option (push) Has been cancelled
Licensed / Check licenses (push) Has been cancelled
Integration / Integration test: debug option (runner.debug mode enabled) (push) Has been cancelled
feat!: add getOctokit to script context, upgrade @actions/github v9, @octokit/core v7, and related packages
2026-04-09 23:39:54 +01:00
Salman Muin Kayser Chishti ca10bbdd1a fix: use @octokit/core/types import for v7 compatibility
The merge from main incorrectly used the v5 import path
(@octokit/core/dist-types/types). v7 exports types via
@octokit/core/types in its package.json exports map.

Rebuild dist with correct dependency resolution.
2026-04-09 22:14:16 +01:00
Salman Muin Kayser Chishti 86e48e20ac merge: incorporate main branch changes
- Resolve integration.yml merge conflicts (user-agent assertions)
- Fix OctokitOptions import path to @octokit/core/dist-types/types
- Rebuild dist
2026-04-09 22:10:00 +01:00
Salman Muin Kayser Chishti c1084728b5 chore: rebuild dist for v9 upgrade and getOctokit factory 2026-04-09 22:02:13 +01:00

Diff Content Not Available