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: stefanbuck/github-issue-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: stefanbuck/github-issue-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 5 contributors

Commits on May 31, 2024

  1. fix: Revert "test: set RUNNER_TEMP instead of HOME" (#75)

    This reverts commit 3c890f0.
    gr2m authored May 31, 2024
    Configuration menu
    Copy the full SHA
    4c1d1d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Revert "feat: using env.runner_temp instead of home directory to writ…

    …e json f…" (#76)
    
    This reverts commit 7296f08.
    jamacku authored Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f3e3c10 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. build(deps-dev): bump @vercel/ncc from 0.38.1 to 0.38.2

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.2.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.1...0.38.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8ab6c74 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. fix(deps): bump @actions/core from 1.10.1 to 1.11.1

    Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.10.1 to 1.11.1.
    - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
    - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
    
    ---
    updated-dependencies:
    - dependency-name: "@actions/core"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 9, 2024
    Configuration menu
    Copy the full SHA
    aff753a View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. Configuration menu
    Copy the full SHA
    5561b47 View commit details
    Browse the repository at this point in the history
  2. build(release): 3.2.1 [skip ci]

    ## [3.2.1](v3.2.0...v3.2.1) (2024-12-28)
    
    ### Bug Fixes
    
    * **deps:** bump @actions/core from 1.10.1 to 1.11.1 ([aff753a](aff753a))
    * ensure dist folder matches release ([#83](#83)) ([5561b47](5561b47))
    * Revert "test: set `RUNNER_TEMP` instead of `HOME`" ([#75](#75)) ([4c1d1d7](4c1d1d7))
    
    ### Reverts
    
    * Revert "feat: using env.runner_temp instead of home directory to write json f…" ([#76](#76)) ([f3e3c10](f3e3c10))
    semantic-release-bot committed Dec 28, 2024
    Configuration menu
    Copy the full SHA
    ad608ca View commit details
    Browse the repository at this point in the history
  3. build(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#81)

    Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3.
    - [Release notes](https://github.com/vercel/ncc/releases)
    - [Commits](vercel/ncc@0.38.2...0.38.3)
    
    ---
    updated-dependencies:
    - dependency-name: "@vercel/ncc"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    2ea9b35 View commit details
    Browse the repository at this point in the history
Loading