mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
The mirror workflow cloned with --mirror and pushed all refs, including
GitHub's refs/pull/* and upstream/pr/*, which GitLab rejects as hidden
refs ("deny updating a hidden ref" on upstream/pr/3213), failing the
whole push. Clone --bare and push only refs/heads/* and refs/tags/*
with --prune, keeping deletion sync while never touching PR refs.
|
||
|---|---|---|
| .. | ||
| ci-macOS.yml | ||
| ci-mingw64-Qt6.yml | ||
| ci-mingw64.yml | ||
| macos-cmake-qt6.yml | ||
| macos-cmake.yml | ||
| mirror-to-gitlab.yml | ||
| ubuntu-cmake-qt6.yml | ||
| ubuntu-cmake.yml | ||
| ubuntu-qt5_c-cpp.yml | ||
| ubuntu-qt6_c-cpp.yml | ||
| windows-cmake-qt6.yml | ||
| windows-cmake.yml | ||