8000 Comparing v2...v3 · hmarr/auto-approve-action · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: v2
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: v3
Choose a head ref
  • 16 commits
  • 8 files changed
  • 6 contributors

Commits on Oct 14, 2022

  1. Start v3 branch

    hmarr committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    0474e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2e6f2a View commit details
    Browse the repository at this point in the history
  3. Update version in lockfile

    hmarr committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    a740555 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

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

Commits on Oct 21, 2022

  1. fix: Add a check in PR's requested_reviewers (#210)

    Add a check in PR's `requested_reviewers` before considering the PR as
    already approved, fixes the issue wherein action skips approving a PR
    that was approved before but requested a re-review, closes #206
    vincejv authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    b3071e4 View commit details
    Browse the repository at this point in the history
  2. Concurrent API requests

    hmarr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    bf86897 View commit details
    Browse the repository at this point in the history
  3. Bump version to v3.1.0

    hmarr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    de8ae18 View commit details
    Browse the repository at this point in the history
  4. Update actions workflows

    hmarr committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    04b7ed8 View commit details
    Browse the repository at this point in the history
  5. CI badge

    Harry Marr authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    da92209 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

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

Commits on Mar 9, 2023

  1. Don't re-review when new commits are pushed (#214)

    It is possible to require re-reviews when new commits are pushed via
    branch protection rules, but when that setting is enabled existing
    reviews are transitioned to `DISMISSED`, so we should already handle
    that case with the `state === "APPROVED"` check.
    Harry Marr authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0902bf8 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Only consider the latest review for a user (#216)

    Harry Marr authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4488819 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Fix a wrong example (#218)

    studroid authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    93c80b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Aug 16, 2023

  1. Bump tough-cookie from 4.0.0 to 4.1.3 (#220)

    Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.0.0 to 4.1.3.
    - [Release notes](https://github.com/salesforce/tough-cookie/releases)
    - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
    - [Commits](salesforce/tough-cookie@v4.0.0...v4.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: tough-cookie
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    134e101 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

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