test: add health-check.whitelisted_chars to convert/full
All checks were successful
build / build (pull_request) Successful in 6m16s
build / build (push) Successful in 6m14s
build / trigger-build-image (pull_request) Has been skipped
build / trigger-build-image (push) Has been skipped

This commit is contained in:
王韵晨520370910012 2026-04-21 18:51:45 -07:00
parent 175eeb045e
commit a12f7f3b19
GPG Key ID: F28AB6AE26FFED6F
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ sandbox-token = "" # sandbox token
health-check.score = 0 # score for health check stage
health-check.max-size = "10m" # max size of the repository
health-check.whitelisted-chars = "あいうえお" # allowed non-ASCII characters in healthcheck stage
health-check.immutable-path = "immutable" # path for immutable files, relative to the path of repo.toml
health-check.required-files = ["README.md", "Changelog.md"] # required files name, case insensitive

View File

@ -61,6 +61,7 @@
"-repoSize=10.0",
"-meta=README.md",
"-meta=Changelog.md",
"-whitelistedChars=あ,い,う,え,お",
"-checkFileSumList=b1bbad25b830db0a77b15a033f9ca1b7ab44c1d2d05056412bd3e4421645f0bf,2ba059f3977e2e3dee6cacbfbf0ba2578baa1b8e04b4977aec400868b6e49856,3db23f7fb2ca9814617e767ddc41b77073180b3b0b73e87b5f2a6d3129f88f3a,a5b63323a692d3d8b952442969649b4f823d58dae26429494f613df160710dfc",
"-checkFileNameList=.gitattributes,.gitea/workflows/push.yaml,.gitea/workflows/release.yaml,.gitignore"
]