YunoHost-Apps / invoiceninja_ynh

InvoiceNinja package for YunoHost
https://www.invoiceninja.org/
Other
6 stars 2 forks source link

Remove autoupdate strategy #52

Closed CodeShakingSheep closed 5 months ago

CodeShakingSheep commented 5 months ago

Problem

This invoiceninja package refers to InvoiceNinja version 4 which was frozen at 4.5.50 and won't be updated anymore in the future. Also see https://github.com/YunoHost/apps/pull/1710

As currently there is an autoupdate strategy defined this leads to many PRs which won't ever be merged and unnecessarily consume resources, see https://github.com/YunoHost-Apps/invoiceninja_ynh/pulls .

Solution

Remove autoupdate strategy from manifest.toml.

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

rndmh3ro commented 5 months ago

Thanks, that's great!