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: mislav/bump-homebrew-formula-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.12
Choose a base ref
...
head repository: mislav/bump-homebrew-formula-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14
Choose a head ref
  • 7 commits
  • 11 files changed
  • 1 contributor

Commits on Dec 21, 2021

  1. Allow specifying that a PR should always be opened

    Additionally, allow overriding the SHA256 checksum.
    
    Finally, use the `mergeUpstream` operation in the fork before creating
    the new branch from the latest state of upstream. This will ensure that
    the refs are available in the fork.
    
    Fixes #23, fixes #17
    mislav committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    ea36ca9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into v1

    mislav committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    61af134 View commit details
    Browse the repository at this point in the history
  3. lib

    mislav committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    48abd3d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Configuration menu
    Copy the full SHA
    e1f3c48 View commit details
    Browse the repository at this point in the history
  2. Ignore HTTP 409 when trying to fast-forward main to upstream

    Even if the main branch wasn't fast-forwarded, we completed the primary
    objective of making the objects from upstream available to fork.
    
    Fixes #24
    mislav committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    0104f12 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into v1

    mislav committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    c901481 View commit details
    Browse the repository at this point in the history
  4. lib

    mislav committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    968f277 View commit details
    Browse the repository at this point in the history
Loading