kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

[Matrix] metadata sync action #72

Closed gade01 closed 3 years ago

gade01 commented 3 years ago

This action will automatically sync:

between addon.xml and language files.

When changes are done in either addon.xml or in the language files, the action will open a pull request with the synced changes.

Please merge any open Weblate pull request first.

garbear commented 3 years ago

@gade01 Is this ready? Looks like the workflow yml needs to be updated

gade01 commented 3 years ago

@garbear Yeah, I'll update the workflow.

gade01 commented 3 years ago

Created a new one: https://github.com/kodi-game/game.libretro/pull/74

garbear commented 3 years ago

FYI you can force-push via git, and the PR will reflect the new state

gade01 commented 3 years ago

Thanks. Yeah, I know. I had deleted the fork and everything, which lead me to start all over.