Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/d12f49f012aee62d8cb3494adb3ed86bef8074f0 You should set ROOT_URL correctly, otherwise the web may not work correctly.

chore: Use colons in commitMessagePrefix

Renovate apparently doesn't add them for us...
pull/250/head
Robert Dailey 11 months ago
parent 3c1f2810e2
commit d12f49f012

@ -5,11 +5,11 @@
"packageRules": [
{
"matchManagers": ["nuget"],
"commitMessagePrefix": "build"
"commitMessagePrefix": "build:"
},
{
"matchManagers": ["github-actions"],
"commitMessagePrefix": "ci"
"commitMessagePrefix": "ci:"
}
]
}

Loading…
Cancel
Save