GitHub app for detecting overlapping translation changes in osu! wiki
- detect overlapping changes (same
.mdfiles edited) - detect original change and a translation existing at the same time
# local development
docker compose up
# or run directly
cargo run -- -c runtime/config.yamlsee TESTING.md for details
- release:
git tag v1.2.3 && git push origin v1.2.3builds and publishes to ghcr.io - deploy: trigger manually from GitHub Actions with desired image tag