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/enable-pull-request-automerge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2
Choose a base ref
...
head repository: peter-evans/enable-pull-request-automerge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3
Choose a head ref
  • 5 commits
  • 21 files changed
  • 2 contributors

Commits on Mar 9, 2023

  1. build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0 (#929)

    Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 29.3.1 to 29.5.0.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-circus)
    
    ---
    updated-dependencies:
    - dependency-name: jest-circus
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5e1c143 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    b753615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    181c3f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. build(deps-dev): bump eslint from 8.35.0 to 8.36.0 (#994)

    Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.35.0...v8.36.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    c2125c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. feat: use gh in composite action (#938)

    * feat: use gh in composite action
    
    * add shell
    
    * syntax
    
    * token name
    
    * input name
    
    * don't build just test
    
    * remove needs build
    
    * remove typescript code
    
    * update approve step
    
    * use artifact to test pr branch
    
    * fix workflow
    
    * sha to branch name
    
    * update readme
    
    * update readme
    
    * remove unnecessary files
    
    * test matrix os
    
    * multi-os lowercase
    
    * missing output name
    
    * update readme
    
    * bump major
    peter-evans authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a660677 View commit details
    Browse the repository at this point in the history
Loading