From db45d0db3e8ba741bfbc4d5c2096df8f865569b2 Mon Sep 17 00:00:00 2001 From: Nuvole Date: Sat, 26 Oct 2024 15:56:11 +0800 Subject: [PATCH] fix: immutable repo tom --- tests/convert/basic/repo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/convert/basic/repo.toml b/tests/convert/basic/repo.toml index c77b9f7..28b5c05 100644 --- a/tests/convert/basic/repo.toml +++ b/tests/convert/basic/repo.toml @@ -7,4 +7,4 @@ sandbox_token = "test" whitelist_patterns = ["*.py", "*.txt", "*.md"] whitelist_file = ".whitelist" required = ["main.py", "README.md"] -immutable = [".gitignore", ".gitattributes", "push.yaml", "release.yaml"] +immutable = []