Add sonarr/radarr/prowlarr fork repositories
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

Create the three arrstack source-fork repos (Postgres + stateless
multi-replica work). No branch protection yet so the initial upstream
mirror can be force-pushed; a follow-up PR adds protection + required
Woodpecker checks once CI exists.
This commit is contained in:
2026-08-16 17:48:52 +10:00
parent 4837985a31
commit a0933a10b9
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
description: "Private fork of Prowlarr: Postgres backend + stateless multi-replica for the arrstack"
private: true
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"
@@ -0,0 +1,5 @@
description: "Private fork of Radarr: Postgres backend + stateless multi-replica for the arrstack"
private: true
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"
@@ -0,0 +1,5 @@
description: "Private fork of Sonarr: Postgres backend + stateless multi-replica for the arrstack"
private: true
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"