Skip to content

Commit 65ec4c3

Browse files
authored
Tell Copilot not to touch yarn.lock (#7291)
1 parent a0be54f commit 65ec4c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
- **Commands**: Register new commands in `package.json` and implement them in `src/commands.ts` or a relevant module.
1515
- **Logging**: Use the `Logger` utility for all logging purposes. Don't use console.log or similar methods directly.
1616

17+
## Pull Request Guidelines
18+
- Never touch the yarn.lock file.
19+
1720
---
1821
_Last updated: 2025-06-20_

0 commit comments

Comments
 (0)