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: marocchino/sticky-pull-request-comment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.2
Choose a base ref
...
head repository: marocchino/sticky-pull-request-comment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.3
Choose a head ref
  • 11 commits
  • 15 files changed
  • 5 contributors

Commits on Mar 13, 2026

  1. Move validateExclusiveModes before getBody for fail-fast validation (#…

    …1663)
    
    * Initial plan
    
    * feat: refactor option validation to list-based approach and add delete+hide_and_recreate check
    
    Co-authored-by: marocchino <[email protected]>
    
    * feat: add only_update to exclusive modes validation list
    
    Co-authored-by: marocchino <[email protected]>
    
    * refactor: extract validation logic into src/validate.ts
    
    Co-authored-by: marocchino <[email protected]>
    
    * refactor: move validateExclusiveModes before getBody in run()
    
    Co-authored-by: marocchino <[email protected]>
    
    * test: assert getBody is not called when validateExclusiveModes fails
    
    Co-authored-by: marocchino <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: marocchino <[email protected]>
    Copilot and marocchino authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    14d4f1e View commit details
    Browse the repository at this point in the history
  2. Add number_force that overrides pull_request number (#1652)

    * Add number_force that overrides pull_request event
    
    * Add number_force input and tests for PR #1652
    
    Co-authored-by: marocchino <[email protected]>
    
    * Delete pullRequestNumber.test.ts; simplify config.test.ts
    
    Co-authored-by: marocchino <[email protected]>
    
    * Rewrite config.test.ts to test real src/config.ts code, not a mock of it
    
    Co-authored-by: marocchino <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: marocchino <[email protected]>
    3 people authored Mar 13, 2026
    Configuration menu
    Copy the full SHA
    7cb1e16 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. build(deps-dev): Bump @biomejs/biome from 2.4.6 to 2.4.7 (#1666)

    * build(deps-dev): Bump @biomejs/biome from 2.4.6 to 2.4.7
    
    Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.6 to 2.4.7.
    - [Release notes](https://github.com/biomejs/biome/releases)
    - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
    - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)
    
    ---
    updated-dependencies:
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.4.7
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * 🔧 Update config
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: marocchino <[email protected]>
    dependabot[bot] and marocchino authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    5a61de7 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2026

  1. build(deps): Bump picomatch from 4.0.3 to 4.0.4 (#1673)

    Bumps [picomatch](https://github.com/micromatch/picomatch) from 4.0.3 to 4.0.4.
    - [Release notes](https://github.com/micromatch/picomatch/releases)
    - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
    - [Commits](micromatch/picomatch@4.0.3...4.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: picomatch
      dependency-version: 4.0.4
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    1ab42d2 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): Bump vitest from 4.1.0 to 4.1.2 (#1674)

    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 4.1.0 to 4.1.2.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-version: 4.1.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    2a4b1c3 View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): Bump rollup from 4.59.0 to 4.60.1 (#1676)

    Bumps [rollup](https://github.com/rollup/rollup) from 4.59.0 to 4.60.1.
    - [Release notes](https://github.com/rollup/rollup/releases)
    - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
    - [Commits](rollup/rollup@v4.59.0...v4.60.1)
    
    ---
    updated-dependencies:
    - dependency-name: rollup
      dependency-version: 4.60.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    0746c6f View commit details
    Browse the repository at this point in the history
  4. build(deps-dev): Bump @types/node from 25.5.0 to 25.5.2 (#1677)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.5.0 to 25.5.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-version: 25.5.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    a7709b6 View commit details
    Browse the repository at this point in the history
  5. build(deps-dev): Bump @biomejs/biome from 2.4.7 to 2.4.10 (#1675)

    * build(deps-dev): Bump @biomejs/biome from 2.4.7 to 2.4.10
    
    Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.4.7 to 2.4.10.
    - [Release notes](https://github.com/biomejs/biome/releases)
    - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
    - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)
    
    ---
    updated-dependencies:
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.4.10
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * 🔧 Update biome
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: marocchino <[email protected]>
    dependabot[bot] and marocchino authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    f6e304e View commit details
    Browse the repository at this point in the history
  6. build(deps): Bump brace-expansion (#1678)

    Bumps  and [brace-expansion](https://github.com/juliangruber/brace-expansion). These dependencies needed to be updated together.
    
    Updates `brace-expansion` from 1.1.12 to 1.1.13
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)
    
    Updates `brace-expansion` from 5.0.4 to 5.0.5
    - [Release notes](https://github.com/juliangruber/brace-expansion/releases)
    - [Commits](juliangruber/brace-expansion@v1.1.12...v1.1.13)
    
    ---
    updated-dependencies:
    - dependency-name: brace-expansion
      dependency-version: 1.1.13
      dependency-type: indirect
    - dependency-name: brace-expansion
      dependency-version: 5.0.5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    26f73b0 View commit details
    Browse the repository at this point in the history
  7. build(deps-dev): Bump typescript from 5.9.3 to 6.0.2 (#1670)

    * build(deps-dev): Bump typescript from 5.9.3 to 6.0.2
    
    Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2.
    - [Release notes](https://github.com/microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-version: 6.0.2
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * 🔧 Update config
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: marocchino <[email protected]>
    dependabot[bot] and marocchino authored Apr 5, 2026
    Configuration menu
    Copy the full SHA
    3868baa View commit details
    Browse the repository at this point in the history
  8. 📦️ Build

    marocchino committed Apr 5, 2026
    Configuration menu
    Copy the full SHA
    d4d6b09 View commit details
    Browse the repository at this point in the history
Loading