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: imjohnbo/issue-bot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.4
Choose a base ref
...
head repository: imjohnbo/issue-bot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.4.5
Choose a head ref
  • 6 commits
  • 23 files changed
  • 3 contributors

Commits on Apr 10, 2026

  1. fix: correct README simple example to not require labels for non-pinn…

    …ed use
    
    The simple usage example included `pinned: true` without `labels`, which
    causes "Error: Invalid inputs" for anyone copying it verbatim. Pinning
    requires labels to find the previous issue to unpin. Split into a plain
    example and a separate pinning example with the required `labels` field.
    
    Closes #104
    imjohnbo committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    e351acc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from imjohnbo/fix/issue-104-readme

    fix: correct README simple example to not require labels for non-pinned use
    imjohnbo authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    d7a1584 View commit details
    Browse the repository at this point in the history
  3. chore: update deps, fix undici CVEs, expand test coverage

    Bump @actions/github ^6→^8 and @actions/core ^1→^2 to resolve three
    undici security advisories (GHSA-g9mf-h72j-4rw9, GHSA-2mjp-6q6p-2qxm,
    GHSA-4992-7rv2-5pvq).
    
    Add a manual Jest mock for @actions/github since its transitive dep
    @octokit/core@7 is ESM-only and incompatible with Jest's CJS runner.
    
    Expand tests from 16 to 34: add needPreviousIssue, issueExists, additional
    checkInputs edge cases, and run() integration tests covering issue creation,
    close-previous, linked-comments, milestone, rotate-assignees, and error
    handling. Rebuild dist.
    imjohnbo committed Apr 10, 2026
    Configuration menu
    Copy the full SHA
    70c1dae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d171c34 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #106 from imjohnbo/chore/update-deps

    chore: update deps, fix undici CVEs, expand test coverage
    imjohnbo authored Apr 10, 2026
    Configuration menu
    Copy the full SHA
    b350cc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3188c6c View commit details
    Browse the repository at this point in the history
Loading