- replace `git push --mirror` with `git push --force --all --prune` and `git push --force --tags` - update sync-auto.yml and sync-schedule.yml workflows - improve control over branch and tag synchronization - gitLab rejects refs that start with origin/, so the --mirror option is no longer used for pushing. Therefore, it has been reverted to using git push --force --all --prune followed by git push --force --tags. |
||
|---|---|---|
| .. | ||
| build-docker-image.yml | ||
| llm-code-review.yml | ||
| merge-prs.yml | ||
| notice-board.yml | ||
| renovate-app-version.py | ||
| renovate-app-version.yml | ||
| renovate.yml | ||
| sync-auto.yml | ||
| sync-schedule.yml | ||