Salman Chishti
3a2844b7e9
Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare release for v9
...
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