Skip to content

Commit c9f187d

Browse files
fix: remove .husky from SENSITIVE_PATHS
Removes .husky from the sensitive paths list that gets restored from the base branch during PR checkout. This fixes a regression from #1174 where repos that commit .husky files would have their git hook setup broken because the directory was being restored/reset. Fixes #1203 Co-authored-by: Ashwin Bhat <ashwin-ant@users.noreply.github.com>
1 parent c26cb64 commit c9f187d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/github/operations/restore-config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const SENSITIVE_PATHS = [
1717
".ripgreprc",
1818
"CLAUDE.md",
1919
"CLAUDE.local.md",
20-
".husky",
2120
];
2221

2322
/**

0 commit comments

Comments
 (0)