flathub / io.freetubeapp.FreeTube

https://flathub.org/apps/details/io.freetubeapp.FreeTube
15 stars 10 forks source link

Github Actions Bot to help with maintence #95

Closed JoshuaMacklin closed 9 months ago

JoshuaMacklin commented 10 months ago

Is there any interest in adding a github actions bot to automatically make PRs / builds on new releases? Could make maintaining the flathub repo a breeze!

Plus with Flathubs push for more robust metadata, this could help close the Changelog issue and have it automated.

I could look into myself if no one else has experience using it.

bbhtt commented 9 months ago

Updates to the app are sent via automation to the flathub repo from upstream. I think @PrestonN has some integration for this.

The main app is the only thing in the manifest needing updates.

Don't think anything is needed to do here.

PrestonN commented 9 months ago

As was mentioned, we actually already have a GH Action script upstream that will update the manifest file and create the PR automatically whenever a new release is made. I'm sure that there's a few tweaks to it that could be made to it but I think as far as the core request from this issue goes, there isn't anything we need to do here.