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: posit-dev/images-shared
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: posit-dev/images-shared
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-precommit
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 28, 2026

  1. Restrict lint job to pull_request events

    The pre-commit lint step wastes time on push-to-tag and
    merge-group runs where formatting is already locked in.
    Skip it outside of PRs and add it to allowed-skips so the
    CI gate still passes.
    bschwedler committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    6fe0931 View commit details
    Browse the repository at this point in the history
  2. Run pre-commit in product release workflow

    The release workflow generates rendered files (Containerfiles, configs,
    test specs) and commits them without linting. This causes pre-commit
    CI checks to fail on the resulting PR for auto-fixable issues like
    trailing whitespace and JSON formatting.
    
    - Adds pre-commit run between file generation and git commit
    - Skips `no-commit-to-branch` since releases target release branches
    - Guarded by `hashFiles` so repos without pre-commit are unaffected
    - Uses `|| true` so non-auto-fixable issues (e.g. shellcheck) don't
      block the release; the lint CI on the PR still catches those
    bschwedler committed Apr 28, 2026
    Configuration menu
    Copy the full SHA
    a839489 View commit details
    Browse the repository at this point in the history
Loading