Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/github-script
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: actions/github-script
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref

Commits on Sep 23, 2021

  1. Copy the full SHA
    5e5d515 View commit details
  2. Copy the full SHA
    004e46f View commit details
  3. Update licenses

    joshmgross authored Sep 23, 2021
    Copy the full SHA
    4e1175c View commit details

Commits on Sep 24, 2021

  1. Merge pull request #193 from actions/joshmgross/v5

    Upgrade to the latest version of Octokit
    joshmgross authored Sep 24, 2021
    Copy the full SHA
    441359b View commit details

Commits on Oct 7, 2021

  1. docs(readme): fix README example

    Johan X Lindqvist committed Oct 7, 2021
    Copy the full SHA
    415189a View commit details

Commits on Oct 8, 2021

  1. Merge pull request #201 from johan-lindqvist/fix-readme-example

    docs(readme): fix README example
    joshmgross authored Oct 8, 2021
    Copy the full SHA
    9bb3853 View commit details

Commits on Oct 12, 2021

  1. 3
    Copy the full SHA
    c08c323 View commit details

Commits on Oct 13, 2021

  1. Merge pull request #204 from actions/joshmgross/update-dev-deps

    Update to latest versions for dev dependencies
    joshmgross authored Oct 13, 2021
    Copy the full SHA
    00e1b58 View commit details

Commits on Nov 18, 2021

  1. fix typo

    ansgarm authored Nov 18, 2021
    Copy the full SHA
    b3a068a View commit details
  2. Merge pull request #215 from ansgarm/patch-1

    fix typo
    joshmgross authored Nov 18, 2021
    Copy the full SHA
    0c6f007 View commit details

Commits on Nov 19, 2021

  1. Copy the full SHA
    f6f8024 View commit details
  2. prepare release

    PeterNitscheMI committed Nov 19, 2021
    Copy the full SHA
    7b79115 View commit details

Commits on Dec 30, 2021

  1. Update license cache

    PeterNitscheMI committed Dec 30, 2021
    Copy the full SHA
    3825850 View commit details

Commits on Jan 6, 2022

  1. Merge pull request #216 from PeterNitscheMI/update-plugin-dependencies

    update plugin dependencies
    joshmgross authored Jan 6, 2022
    Copy the full SHA
    faea5b2 View commit details
  2. Copy the full SHA
    df46368 View commit details
  3. Copy the full SHA
    115b09e View commit details

Commits on Jan 7, 2022

  1. Merge pull request #228 from actions/joshmgross/license-updates

    Update licenses and use `jonabc/setup-licensed` in workflow
    joshmgross authored Jan 7, 2022
    Copy the full SHA
    e3cbab9 View commit details

Commits on Aug 12, 2022

  1. Bump @actions/core to 1.9.1

    Cory Miller committed Aug 12, 2022
    Copy the full SHA
    74da5f7 View commit details
  2. Merge pull request #281 from cory-miller/releases/v5

    Bump @actions/core to 1.9.1
    joshmgross authored Aug 12, 2022
    Copy the full SHA
    9b7ebbb View commit details

Commits on Mar 10, 2023

  1. Copy the full SHA
    ca0eeff View commit details
  2. Merge pull request #350 from actions/rentziass/core-v5

    Upgrade @actions/core to 1.10.0 for v5
    rentziass authored Mar 10, 2023
    Copy the full SHA
    211cb3f View commit details
12 changes: 6 additions & 6 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ jobs:
name: Check licenses
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # prefer to use a full fetch for licensed workflows
# https://github.com/jonabc/setup-licensed/releases/tag/v1.1.1
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
with:
version: '3.x'
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-test.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
with:
script: |
// Get the existing comments.
const {data: comments} = await github.issues.listComments({
const {data: comments} = await github.rest.issues.listComments({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.number,
@@ -28,14 +28,14 @@ jobs:
console.log('Not attempting to write comment on PR from fork');
} else {
if (botComment) {
await github.issues.updateComment({
await github.rest.issues.updateComment({
owner: context.repo.owner,
repo: context.repo.repo,
comment_id: botComment.id,
body: commentBody
})
} else {
await github.issues.createComment({
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.payload.number,
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run pre-commit && git add dist/
2 changes: 1 addition & 1 deletion .licenses/npm/@actions/core.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 10 additions & 20 deletions .licenses/npm/@actions/github.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@actions/glob.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client-1.0.11.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client-2.0.1.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions .licenses/npm/@actions/http-client.dep.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/auth-token.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/endpoint.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/graphql.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .licenses/npm/@octokit/openapi-types.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .licenses/npm/@octokit/plugin-paginate-rest.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request-error.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/@octokit/request.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 0 additions & 32 deletions .licenses/npm/@types/node.dep.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .licenses/npm/before-after-hook.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/universal-user-agent.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/webidl-conversions.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .licenses/npm/whatwg-url.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading