JOJ3-config-generator/tests/convert/basic/repo.toml
李衍志523370910113 d3f7f55b28
Some checks failed
build / build (pull_request) Failing after 2m23s
build / build (push) Failing after 2m26s
fix: grading repo name logic
2025-03-02 10:46:44 +08:00

17 lines
369 B
TOML

grading_repo_name = "ece280-joj"
sandbox_token = "test"
# reconfigure later
max_total_score = 100
max_size = 50.5
# for tests
[groups]
name = ["joj", "run"]
max_count = [1000, 1000]
time_period_hour = [24, 24]
[files]
required = ["README.md", "Changelog.md"]
immutable = [".gitignore", ".gitattributes",".gitea/workflows/push.yaml", ".gitea/workflows/release.yaml"]