Comparing v8...v9 · dawidd6/action-homebrew-bump-formula · GitHub
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: dawidd6/action-homebrew-bump-formula
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8
Choose a base ref
...
head repository: dawidd6/action-homebrew-bump-formula
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 10, 2026

  1. Configuration menu
    Copy the full SHA
    e762a0d View commit details
    Browse the repository at this point in the history
  2. Don't turn on developer mode

    dawidd6 committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    6edec49 View commit details
    Browse the repository at this point in the history
  3. workflows: update

    dawidd6 committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    fa3599b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5fea5a3 View commit details
    Browse the repository at this point in the history
  5. workflows/close-pr: fix

    dawidd6 committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    e92b819 View commit details
    Browse the repository at this point in the history
  6. workflows/close-pr: close the PR, not just delete the branch

    Deleting the head ref left the pull request open (e.g. #156), so use
    'gh pr close --delete-branch' which closes it and removes the branch.
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    dawidd6 and claude committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    b671314 View commit details
    Browse the repository at this point in the history
  7. main: bypass PyPI release cooldown for bumped formula

    brew bump-formula-pr always resolves Python resources with the 24-hour
    release cooldown applied, so bumping right after a release fails with
    "Unable to determine dependencies". Patch it to pass
    ignore_main_package_cooldown, like update-python-resources' switch of
    the same name does, gated to third-party taps the same way.
    
    Closes #125
    
    Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
    dawidd6 and claude committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    4fa6493 View commit details
    Browse the repository at this point in the history
Loading