factorio-mods-localization
factorio-mods-localization copied to clipboard
Specify branch
Is it possible to specify which branch should be used? I would like it to detect locale changes in the dev branch rather than main branch. The PRs that it creates should also target the dev branch.
I added this functionality, please change your factorio-mods-localization.json config file to the:
{
"mods": ["SeaBlock"],
"branch": "dev"
}
Please note that the config file should be changed in the main branch (not in dev).