An open API service providing commit metadata for open source projects.

GitHub / actions/github-script / commits

Write workflows scripting the GitHub API in JavaScript

SHA Message Author Date Stats
3a2844b7 merge Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re... Salman Chishti <s****c@G****m>
Committed by: GitHub <n****y@g****m>
4 months ago
ca10bbdd fix: use @octokit/core/types import for v7 compatibility Salman Muin Kayser Chishti <s****c@g****m> 4 months ago
86e48e20 merge merge: incorporate main branch changes Salman Muin Kayser Chishti <s****c@g****m> 4 months ago
afff112e merge Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag... Salman Chishti <s****c@G****m>
Committed by: GitHub <n****y@g****m>
4 months ago
ff8117e5 ci: fix user-agent test to handle orchestration ID Salman Muin Kayser Chishti <s****c@G****m>
Committed by: GitHub <n****y@g****m>
4 months ago
81c6b787 ci: use deployment: false to suppress deployment noise from integration tests Salman Muin Kayser Chishti <s****c@G****m>
Committed by: GitHub <n****y@g****m>
4 months ago
c1084728 chore: rebuild dist for v9 upgrade and getOctokit factory Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
3953caf8 docs: update README examples from @v8 to @v9, add getOctokit docs and v9 brea... Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
c17d55b9 ci: add getOctokit integration test job Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
3d149a5d test: add getOctokit context tests to async-function suite Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
73b5e99f test: add 16 unit tests for getOctokit factory Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
a047196d test: add getOctokit integration tests via callAsyncFunction Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
926497b4 refactor: update OctokitOptions import path for v9 Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
34cab635 chore: update package-lock.json for v9 dependencies Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
26bb7767 chore: refresh license cache for upgraded dependencies Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
19ac6e42 feat: wire getOctokit factory into script context Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
0c2c53e8 feat: add getOctokit factory with deep merge, stripUndefined, and plugin dedup Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
84e9b9d2 build: switch to ES2022 target with bundler module resolution Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
af48da85 refactor: update async-function types for v9 imports, add getOctokit to argum... Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
ff4b64fc feat!: bump version to 9.0.0, upgrade @actions/github to v9 Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
652783f0 types: update type declarations to match v9 async-function changes Salman Muin Kayser Chishti <s****c@G****m>
Committed by: Salman Muin Kayser Chishti <s****c@g****m>
4 months ago
450193c5 merge Merge pull request #695 from actions/copilot/add-orchestration-id-user-agent Tingluo Huang <t****g@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
b67a9727 Change orchestration ID format to actions_orchestration_id
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
c0078b20 Simplify user-agent logic and update integration test
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
c36bdc0a Fix user-agent to handle empty string correctly
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
b588811d Revert package-lock.json changes to remove peer flags
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
135f4fc9 Replace invalid characters with underscore instead of removing them
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
8a9be954 Move helper method to end of file and revert package-lock.json changes
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
728b23b5 Remove orchestration-id test file
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
f80dad6b Add underscore to valid orchestration ID characters
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
baada7bb Apply prettier formatting to test file
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
d053ab3e Add ACTIONS_ORCHESTRATION_ID to user-agent string
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
43890157 Initial plan for ACTIONS_ORCHESTRATION_ID user-agent support
Co-authored-by: TingluoHuang <1****g@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
6599b481 Initial plan copilot-swe-agent[bot] <1****t@u****m> 7 months ago
ed597411 merge Merge pull request #653 from actions/sneha-krip/readme-for-v8 Sneha Kripanandan <1****p@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
2dc352e4 Bold minimum Actions Runner version in README Sneha Kripanandan <1****p@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
01e118c8 Update README for Node 24 runtime requirements Sneha Kripanandan <1****p@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
8b222ac8 Apply suggestion from @salmanmkc
Co-authored-by: Salman Chishti <s****c@G****m>
Sneha Kripanandan <1****p@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
adc0eeac README for updating actions/github-script from v7 to v8 Sneha Kripanandan <1****p@u****m>
Committed by: GitHub <n****y@g****m>
11 months ago
20fe497b merge Merge pull request #637 from actions/node24 Salman Chishti <s****c@G****m>
Committed by: GitHub <n****y@g****m>
11 months ago
e7b7f222 update licenses Salman Muin Kayser Chishti <s****c@g****m> about 1 year ago
2c81ba05 Update Node.js version support to 24.x Salman Muin Kayser Chishti <s****c@g****m> about 1 year ago
f28e40c7 merge Merge pull request #610 from actions/nebuk89-patch-1 Ben De St Paer-Gotch <n****9@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1ae99585 Update README.md Ben De St Paer-Gotch <n****9@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
5ee2b977 merge Merge pull request #603 from actions/joshmgross/document-inputs Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3424b52d typo fixes Josh Gross <j****s@g****m> over 1 year ago
f9d8109d Clearly document passing inputs to the `script` Josh Gross <j****s@g****m> over 1 year ago
e7aeb8c6 merge Merge pull request #575 from actions/dependabot/github_actions/ruby/setup-rub... Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5b5837ac Bump ruby/setup-ruby from 1.222.0 to 1.229.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3908079b merge Merge pull request #563 from actions/dependabot/github_actions/ruby/setup-rub... Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
14b73c4a Bump ruby/setup-ruby from 1.213.0 to 1.222.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
62c3794a merge Merge pull request #546 from neilime/patch-1 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ea543024 merge Merge branch 'actions:main' into patch-1 Emilien Escalle <n****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d0bdabac merge Merge pull request #557 from actions/joshmgross/fix-readme-v7 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
851500a2 Remove `octokit` README updates for v7 Josh Gross <j****s@g****m> over 1 year ago
86ac1371 docs: add "exec" usage examples Emilien Escalle <n****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
378a50fa merge Merge pull request #508 from iamstarkov/patch-2 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
63205042 fix: adjust types Vladimir Starkov <i****v@g****m> over 1 year ago
f23cd47e replace GitHub with octokit in the README, but keep a note of the GitHub stil... Vladimir Starkov <i****v@g****m> over 1 year ago
91a83c09 merge Merge pull request #473 from nschonni/upstream-setup-license Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
586a6a1c merge Merge branch 'main' into upstream-setup-license Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8cf50d15 merge Merge pull request #533 from nschonni/remove-vscode Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
511abaae merge Merge branch 'main' into remove-vscode Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
eb88965f merge Merge pull request #532 from nschonni/sub-action-dependabot Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
eef4fd90 merge Merge branch 'main' into remove-vscode Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6efc7571 merge Merge branch 'main' into sub-action-dependabot Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
08caaddc merge Merge pull request #531 from actions/joshmgross/update-workflows Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ac230a19 chore: Remove .vscode settings Nick Schonning <n****i@g****m> over 1 year ago
8e643f15 chore: Add Dependabot for .github/actions/install-dependencies Nick Schonning <n****i@g****m> over 1 year ago
19e58d85 Define `permissions` in workflows and update actions Josh Gross <j****s@g****m> over 1 year ago
c94e1c45 merge Merge pull request #472 from nschonni/setup-dependabot Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3e8cf0fe merge Merge branch 'main' into setup-dependabot Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d7056696 merge Merge pull request #478 from timotk/patch-1 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ec12a47a merge Merge branch 'main' into patch-1 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ac452803 merge Merge pull request #515 from actions/joshmgross/npm-audit-fix Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1acfa1ca merge Merge branch 'main' into joshmgross/npm-audit-fix Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c6fc0595 merge Merge pull request #514 from actions/joshmgross/update-package-name Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
766f5ddf Update licenses Josh Gross <j****s@g****m> over 1 year ago
5e738b47 Update dependencies with `npm audit fix` Josh Gross <j****s@g****m> over 1 year ago
2f5a0ceb Update integration test for expected package name Josh Gross <j****s@g****m> over 1 year ago
7875aed4 Clear up package name confusion Josh Gross <j****s@g****m> over 1 year ago
2bcb242a merge Merge pull request #512 from actions/joshmgross/upload-artifact-update Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a32a57a1 Update usage of `actions/upload-artifact` Josh Gross <j****s@g****m> over 1 year ago
40245412 make octokit instance available as octokit on top of github, to make it easie... Vladimir Starkov <5****v@u****m>
Committed by: Vladimir Starkov <i****v@g****m>
over 1 year ago
4020e461 merge Merge pull request #497 from actions/joshmgross/fix-status-badges Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ec3a5c4c Fix workflow status badges Josh Gross <j****s@g****m> almost 2 years ago
660ec11d merge Merge pull request #486 from actions/Jcambass-patch-1 Joel Ambass <J****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c0ceea48 Upgrade IA Publish Joel Ambass <J****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
58d7008c merge Merge pull request #485 from actions/Jcambass-patch-1 Joel Ambass <J****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b9f8f75f Add workflow file for publishing releases to immutable action package Joel Ambass <J****s@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
35b1cdd1 merge Merge pull request #482 from benelan/main Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3c6a5c5d empty commit Ben Elan <n****y@b****v> about 2 years ago
c44be22d Upgrade husky to v9 Ben Elan <n****y@b****v> about 2 years ago
adfd270e Specify that the script is JavaScript Timo <6****k@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
fd2cfc12 ci: pin ruby/setup-ruby Nick Schonning <n****i@g****m> about 2 years ago
f2f7f58d ci: Use github/setup-licensed Nick Schonning <n****i@g****m> about 2 years ago
adc04e7d chore: Add Dependabot for NPM and Actions Nick Schonning <n****i@g****m> about 2 years ago
60a0d830 merge Merge pull request #440 from actions/joshmgross/v7.0.1 Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b7fb2001 Update version to 7.0.1 Josh Gross <j****s@g****m> over 2 years ago
12e22ed0 merge Merge pull request #439 from actions/joshmgross/avoid-setting-base-url Josh Gross <j****s@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository