You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
It looks this pipeline has a TEMPLATE branch (great!), however it has no shared history which means that the automated template synchronisation does not work.
In order to fix this for future pipeline syncs, you need to do one fully manual merge. The method for this is documented here: https://nf-co.re/developers/sync#merge-template-into-main-branches
The key is basically to supply --allow-unrelated-histories when running the merge.
You'll need to pull the template changes to your fork first, see these docs.
Once you've done this once, there will be shared history, and future automated sync PRs should work.. Let me know if you need any help.
Hi there!
It looks this pipeline has a
TEMPLATE
branch (great!), however it has no shared history which means that the automated template synchronisation does not work.In order to fix this for future pipeline syncs, you need to do one fully manual merge. The method for this is documented here: https://nf-co.re/developers/sync#merge-template-into-main-branches
The key is basically to supply
--allow-unrelated-histories
when running the merge.You'll need to pull the template changes to your fork first, see these docs.
Once you've done this once, there will be shared history, and future automated sync PRs should work.. Let me know if you need any help.
Phil
x-ref nf-core/tools#548 (comment)
The text was updated successfully, but these errors were encountered: