mirror of
https://github.com/go-gitea/gitea
synced 2025-01-21 07:04:32 +00:00
39de2955fd
Fix #33271 Suppose there is a `branch-a` in fork repo: 1. if `branch-a` exists in base repo: try to sync `base:branch-a` to `fork:branch-a` 2. if `branch-a` doesn't exist in base repo: try to sync `base:main` to `fork:branch-a`