From cfbcf2453e3c3ba33dfb3e670cacd880f3504035 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 15 Feb 2026 12:10:06 +0100 Subject: [PATCH] fix copilot instructions for charts --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index de4386e7e95..ee3f0145183 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -6,3 +6,4 @@ - Run `pre-commit` on your changes before finalizing. - When editing `charts/library/common`, also update the Helm unit tests in `charts/library/common-test` accordingly. - For common library changes, run `./run_common_tests.sh` (requires the Helm `unittest` plugin). +- Dont manually alter chart readme's or changelogs