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: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: peter-evans/create-pull-request
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 6 contributors

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    2fe7e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00fb690 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffa8cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. docs: update guidelines

    peter-evans committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    0e8dfbd View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. v4 (#1099)

    * feat: update action runtime to node 16
    
    * feat: allow add-paths to resolve to no changes
    
    * docs: update readme
    
    * chore: update package lock
    
    * chore: bump dependency
    
    * ci: add dependabot workflow
    
    * docs: update action versions
    peter-evans authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    d6d5519 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump peter-evans/find-comment from 1 to 2 (#1119)

    Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2.
    - [Release notes](https://github.com/peter-evans/find-comment/releases)
    - [Commits](peter-evans/find-comment@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/find-comment
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    84d431a View commit details
    Browse the repository at this point in the history
  3. build(deps): bump peter-evans/create-or-update-comment from 1 to 2 (#…

    …1120)
    
    Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 2.
    - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
    - [Commits](peter-evans/create-or-update-comment@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-or-update-comment
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    19ace47 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump peter-evans/close-pull from 1 to 2 (#1121)

    Bumps [peter-evans/close-pull](https://github.com/peter-evans/close-pull) from 1 to 2.
    - [Release notes](https://github.com/peter-evans/close-pull/releases)
    - [Commits](peter-evans/close-pull@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/close-pull
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4fb3835 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump actions/setup-node from 2 to 3 (#1123)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    4b867c4 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump peter-evans/slash-command-dispatch from 2 to 3 (#1122)

    Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 2 to 3.
    - [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
    - [Commits](peter-evans/slash-command-dispatch@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/slash-command-dispatch
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2022
    Configuration menu
    Copy the full SHA
    252fb19 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Mar 31, 2022

  1. fix: strip optional '.git' suffix from https server remote name. (#1153)

    * Strip optional '.git' suffix from https server remote name.
    
    * Revert "Strip optional '.git' suffix from https server remote name."
    
    This reverts commit c2e9041.
    
    * Strip optional '.git' suffix from https server remote name.
    salexander6 authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    15b68d1 View commit details
    Browse the repository at this point in the history
  2. build: update distribution (#1157)

    Co-authored-by: peter-evans <peter-evans@users.noreply.github.com>
    github-actions[bot] and peter-evans authored Mar 31, 2022
    Configuration menu
    Copy the full SHA
    f1a7646 View commit details
    Browse the repository at this point in the history
Loading