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: useblacksmith/setup-docker-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: useblacksmith/setup-docker-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 1 commit
  • 7 files changed
  • 2 contributors

Commits on Jul 28, 2026

  1. fix: don't report user input errors to the Blacksmith backend (#121)

    * fix: do not report user input errors to Blacksmith backend
    
    A missing required cache-key input (common for workflows still on the v1
    invocation style) was reported to /stickydisks/report-failed as a
    STICKYDISK_SETUP failure, polluting platform failure metrics and paging
    alerts with what is a user configuration error.
    
    Introduce UserInputError, throw it from our own cache-key validation
    (replacing the @actions/core required-input throw), and have
    reportBuildPushActionFailure skip reporting any UserInputError. User-facing
    behavior is unchanged: the action still warns and falls back to a local
    builder (or fails with nofallback), now with a clearer migration message.
    
    dist/ is intentionally not rebuilt here; it is rebuilt as part of the
    release process.
    
    Co-authored-by: Codesmith Staging <[email protected]>
    
    * chore: rebuild dist
    
    dist as built by CI from this exact source (commit 04c811d, produced by the since-removed update-dist workflow run with BUF_TOKEN).
    
    Co-authored-by: Codesmith Staging <[email protected]>
    
    ---------
    
    Co-authored-by: Codesmith Staging <[email protected]>
    piob-io and codesmith-bot authored Jul 28, 2026
    Configuration menu
    Copy the full SHA
    1e75355 View commit details
    Browse the repository at this point in the history
Loading