Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-06-06 | 3.0 kB | |
v7.1.0 source code.tar.gz | 2025-06-06 | 433.4 kB | |
v7.1.0 source code.zip | 2025-06-06 | 476.5 kB | |
Totals: 3 Items | 912.9 kB | 0 |
What's Changed
- Upgrade husky to v9 by @benelan in https://github.com/actions/github-script/pull/482
- Add workflow file for publishing releases to immutable action package by @Jcambass in https://github.com/actions/github-script/pull/485
- Upgrade IA Publish by @Jcambass in https://github.com/actions/github-script/pull/486
- Fix workflow status badges by @joshmgross in https://github.com/actions/github-script/pull/497
- Update usage of
actions/upload-artifact
by @joshmgross in https://github.com/actions/github-script/pull/512 - Clear up package name confusion by @joshmgross in https://github.com/actions/github-script/pull/514
- Update dependencies with
npm audit fix
by @joshmgross in https://github.com/actions/github-script/pull/515 - Specify that the used script is JavaScript by @timotk in https://github.com/actions/github-script/pull/478
- chore: Add Dependabot for NPM and Actions by @nschonni in https://github.com/actions/github-script/pull/472
- Define
permissions
in workflows and update actions by @joshmgross in https://github.com/actions/github-script/pull/531 - chore: Add Dependabot for .github/actions/install-dependencies by @nschonni in https://github.com/actions/github-script/pull/532
- chore: Remove .vscode settings by @nschonni in https://github.com/actions/github-script/pull/533
- ci: Use github/setup-licensed by @nschonni in https://github.com/actions/github-script/pull/473
- make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by @iamstarkov in https://github.com/actions/github-script/pull/508
- Remove
octokit
README updates for v7 by @joshmgross in https://github.com/actions/github-script/pull/557 - docs: add "exec" usage examples by @neilime in https://github.com/actions/github-script/pull/546
- Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by @dependabot[bot] in https://github.com/actions/github-script/pull/563
- Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by @dependabot[bot] in https://github.com/actions/github-script/pull/575
- Clearly document passing inputs to the
script
by @joshmgross in https://github.com/actions/github-script/pull/603 - Update README.md by @nebuk89 in https://github.com/actions/github-script/pull/610
New Contributors
- @benelan made their first contribution in https://github.com/actions/github-script/pull/482
- @Jcambass made their first contribution in https://github.com/actions/github-script/pull/485
- @timotk made their first contribution in https://github.com/actions/github-script/pull/478
- @iamstarkov made their first contribution in https://github.com/actions/github-script/pull/508
- @neilime made their first contribution in https://github.com/actions/github-script/pull/546
- @nebuk89 made their first contribution in https://github.com/actions/github-script/pull/610
Full Changelog: https://github.com/actions/github-script/compare/v7...v7.1.0