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 Loading
base: v6.0.0
Choose a base ref
...
head repository: actions/github-script Loading
compare: v6.1.0
Choose a head ref
  • 10 commits
  • 7 files changed
  • 5 contributors

Commits on Mar 26, 2022

  1. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    7cf7d15 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    d965d37 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Merge pull request #252 from josh-/add-formatting-example-readme

    Update README with Markdown text formatting example
    joshmgross committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    b82abb9 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request #251 from actions/dependabot/npm_and_yarn/minimist…

    …-1.2.6
    
    Bump minimist from 1.2.5 to 1.2.6
    joshmgross committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    0541812 View commit details
    Browse the repository at this point in the history
  2. README: use pull_request_target in example

    Pull requests from forks do not have write permission, so we need to use `pull_request_target` instead of `pull_request` to enable write permission.
    
    Fixes #42.
    dlech committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e44260d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Merge pull request #254 from dlech/patch-1

    README: use pull_request_target in example
    joshmgross committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    9bd6ae6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    19fe498 View commit details
    Browse the repository at this point in the history
  2. Update licenses

    joshmgross committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6203d71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb1c1eb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #263 from smaeda-ks/update-actions-core

    Update `@actions/core` to 1.8.1
    joshmgross committed May 12, 2022
    Configuration menu
    Copy the full SHA
    7a5c598 View commit details
    Browse the repository at this point in the history
Loading