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: hmarr/auto-approve-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3
Choose a base ref
...
head repository: hmarr/auto-approve-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 3, 2024

  1. upgrade deps, switch from nock to msw

    octokit has switched to using fetch, which can't be mocked with nock, hence the switch to msw.
    
    @actions/github swaps out the octokit instance's fetch function for its own fetch wrapper, which can't be mocked with msw, so in the tests swap it back to native fetch
    hmarr committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    b102610 View commit details
    Browse the repository at this point in the history
  2. bump to node20

    hmarr committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6eba12c View commit details
    Browse the repository at this point in the history
  3. bump version in readme

    hmarr committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    5c6d6d8 View commit details
    Browse the repository at this point in the history
  4. prettier

    hmarr committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    37b1c4c View commit details
    Browse the repository at this point in the history
  5. rebuild

    hmarr committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    f0939ea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8f92909 View commit details
    Browse the repository at this point in the history
Loading