COMMITS
April 9, 2026
S
Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare release for v9
Salman Chishti committed
S
fix: use @octokit/core/types import for v7 compatibility
Salman Muin Kayser Chishti committed
S
merge: incorporate main branch changes
Salman Muin Kayser Chishti committed
S
chore: rebuild dist for v9 upgrade and getOctokit factory
Salman Muin Kayser Chishti committed
S
S
ci: fix user-agent test to handle orchestration ID
Salman Muin Kayser Chishti committed
S
ci: use deployment: false to suppress deployment noise from integration tests
Salman Muin Kayser Chishti committed
S
docs: update README examples from @v8 to @v9, add getOctokit docs and v9 breaking changes
Salman Muin Kayser Chishti committed
S
ci: add getOctokit integration test job
Salman Muin Kayser Chishti committed
S
test: add getOctokit integration tests via callAsyncFunction
Salman Muin Kayser Chishti committed
S
test: add getOctokit context tests to async-function suite
Salman Muin Kayser Chishti committed
S
test: add 16 unit tests for getOctokit factory
Salman Muin Kayser Chishti committed
S
feat: wire getOctokit factory into script context
Salman Muin Kayser Chishti committed
S
feat: add getOctokit factory with deep merge, stripUndefined, and plugin dedup
Salman Muin Kayser Chishti committed
S
types: update type declarations to match v9 async-function changes
Salman Muin Kayser Chishti committed
S
refactor: update async-function types for v9 imports, add getOctokit to arguments
Salman Muin Kayser Chishti committed
S
refactor: update OctokitOptions import path for v9
Salman Muin Kayser Chishti committed
S
chore: refresh license cache for upgraded dependencies
Salman Muin Kayser Chishti committed
S
build: switch to ES2022 target with bundler module resolution
Salman Muin Kayser Chishti committed
S
chore: update package-lock.json for v9 dependencies
Salman Muin Kayser Chishti committed
S
feat!: bump version to 9.0.0, upgrade @actions/github to v9
Salman Muin Kayser Chishti committed
January 7, 2026
T
Merge pull request #695 from actions/copilot/add-orchestration-id-user-agent
Tingluo Huang committed
C
Change orchestration ID format to actions_orchestration_id
copilot-swe-agent[bot] committed
January 6, 2026
C
Simplify user-agent logic and update integration test
copilot-swe-agent[bot] committed
C
Fix user-agent to handle empty string correctly
copilot-swe-agent[bot] committed
C
Revert package-lock.json changes to remove peer flags
copilot-swe-agent[bot] committed
C
Replace invalid characters with underscore instead of removing them
copilot-swe-agent[bot] committed
C
Move helper method to end of file and revert package-lock.json changes
copilot-swe-agent[bot] committed
C
Remove orchestration-id test file
copilot-swe-agent[bot] committed
C
Add underscore to valid orchestration ID characters
copilot-swe-agent[bot] committed