[PR #7248] [MERGED] Add post-merge hook to auto-install dependencies #56342

Closed
opened 2026-05-01 04:07:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/7248
Author: @MatissJanis
Created: 3/20/2026
Status: Merged
Merged: 3/20/2026
Merged by: @MatissJanis

Base: masterHead: claude/auto-install-lockfile-changes-g11bQ


📝 Commits (2)

  • 6fd8824 [AI] Add post-merge hook to auto-install when yarn.lock changes
  • f4b7580 Add release notes for PR #7248

📊 Changes

2 files changed (+13 additions, -0 deletions)

View changed files

.husky/post-merge (+7 -0)
upcoming-release-notes/7248.md (+6 -0)

📄 Description

Description

This PR adds a Git post-merge hook that automatically runs yarn install whenever yarn.lock changes after pulling or merging branches. This ensures that developers always have up-to-date dependencies installed without having to manually run the command.

related https://github.com/actualbudget/actual/pull/7230

Testing

n/a

Checklist

  • Release notes added (see link above)
  • No obvious regressions in affected areas
  • Self-review has been performed - I understand what each change in the code does and why it is needed

https://claude.ai/code/session_01JHoMhGANLTc1q67s1dUHrt


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/7248 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/20/2026 **Status:** ✅ Merged **Merged:** 3/20/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `claude/auto-install-lockfile-changes-g11bQ` --- ### 📝 Commits (2) - [`6fd8824`](https://github.com/actualbudget/actual/commit/6fd88249b728f7eba25986ddcc3f3b56b596bc90) [AI] Add post-merge hook to auto-install when yarn.lock changes - [`f4b7580`](https://github.com/actualbudget/actual/commit/f4b7580d466b2575ed9214bead138f8885f21e44) Add release notes for PR #7248 ### 📊 Changes **2 files changed** (+13 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.husky/post-merge` (+7 -0) ➕ `upcoming-release-notes/7248.md` (+6 -0) </details> ### 📄 Description ## Description This PR adds a Git post-merge hook that automatically runs `yarn install` whenever `yarn.lock` changes after pulling or merging branches. This ensures that developers always have up-to-date dependencies installed without having to manually run the command. ## Related issue(s) <!-- e.g. Fixes #123, Relates to #456 --> related https://github.com/actualbudget/actual/pull/7230 ## Testing n/a ## Checklist - [ ] Release notes added (see link above) - [x] No obvious regressions in affected areas - [x] Self-review has been performed - I understand what each change in the code does and why it is needed https://claude.ai/code/session_01JHoMhGANLTc1q67s1dUHrt --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-01 04:07:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#56342