JOJ3-config-generator/tests/convert/basic/repo.toml
李衍志523370910113 031f8e38d0
All checks were successful
build / build (push) Successful in 1m53s
build / trigger-build-image (push) Has been skipped
build / build (pull_request) Successful in 1m46s
build / trigger-build-image (pull_request) Has been skipped
feat: support overwrite of groups & max_total_score in
2025-06-10 14:54:41 +08:00

17 lines
370 B
TOML

grading-repo-name = "ece280-joj"
sandbox-token = "test"
# reconfigure later
max-total-score = 1000
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"]