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: kentaro-m/auto-assign-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: kentaro-m/auto-assign-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Jan 22, 2026

  1. chore(deps): update dependency lodash to v4.17.23 [security] (#256)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 22, 2026
    Configuration menu
    Copy the full SHA
    f9da705 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2026

  1. chore(deps): update dependency prettier to v3.8.1 (#246)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jan 23, 2026
    Configuration menu
    Copy the full SHA
    c8db276 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Create SECURITY.md

    kentaro-m authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a34f8bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/checkout action to v6 (#247)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    951d2c2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update actions/setup-node action to v6 (#241)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    39390dd View commit details
    Browse the repository at this point in the history
  4. feat: automate release process (#259)

    Add two workflows:
    - check-dist.yml: fails CI if dist/ is modified in a pull request
    - release.yml: workflow_dispatch-triggered release that bumps version,
      builds dist/, creates a tag, and publishes a GitHub Release
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    kentaro-m and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    4d54c45 View commit details
    Browse the repository at this point in the history
  5. feat: migrate to Node.js 24 (#258)

    - Update action runtime from node20 to node24
    - Update .node-version to 24.14.0
    - Update @types/node to ^24.12.0
    
    Closes #250
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    kentaro-m and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    3d6cd17 View commit details
    Browse the repository at this point in the history
  6. fix: remove lib/ from release commit (#260)

    lib/ is listed in .gitignore and cannot be staged
    
    Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
    kentaro-m and claude authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    307355a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0a2c53d View commit details
    Browse the repository at this point in the history
Loading