open-code-review/.github
kite 0881ad87b8
Some checks are pending
CI / test (push) Waiting to run
fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure
On self-hosted runners, _github_home/.gitconfig persists across jobs.
The ocr-review workflow used --add which accumulated multiple safe.directory
values over time. Once multiple values existed, other workflows using plain
git config (without --add/--replace-all) failed with "cannot overwrite
multiple values with a single value".

Unify all workflows to use --replace-all, which clears previous values and
writes exactly one entry regardless of prior state.
2026-06-29 11:37:23 +08:00
..
ISSUE_TEMPLATE Add issue and PR templates with bilingual contributing guide (#9) 2026-05-30 14:22:50 +08:00
workflows fix(ci): use --replace-all for git safe.directory to prevent self-hosted runner failure 2026-06-29 11:37:23 +08:00
dependabot.yml ci: add govulncheck, job timeout, dependabot and preserve debug symbols in dev builds 2026-06-26 21:02:33 +08:00
pull_request_template.md Add issue and PR templates with bilingual contributing guide (#9) 2026-05-30 14:22:50 +08:00
release.yml feat(release): auto-generate structured release notes from conventional commits 2026-06-22 15:52:06 +08:00