[PR #7230] [MERGED] [AI] Add post-checkout hook to auto-run yarn install on branch switch #14078

Closed
opened 2026-04-10 22:12:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/post-checkout


📝 Commits (1)

  • 24a68c3 feat: Add post-checkout hook to run yarn install if yarn.lock changes

📊 Changes

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

View changed files

.husky/post-checkout (+13 -0)
upcoming-release-notes/7230.md (+6 -0)

📄 Description

Perform yarn install when switching branches (if yarn.lock changed).


🔄 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/7230 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/17/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/post-checkout` --- ### 📝 Commits (1) - [`24a68c3`](https://github.com/actualbudget/actual/commit/24a68c33a4d65e8abd9587558be51c1c497c392c) feat: Add post-checkout hook to run yarn install if yarn.lock changes ### 📊 Changes **2 files changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.husky/post-checkout` (+13 -0) ➕ `upcoming-release-notes/7230.md` (+6 -0) </details> ### 📄 Description Perform `yarn install` when switching branches (if `yarn.lock` changed). --- <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-04-10 22:12:24 -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#14078