Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Merge branch 'CatimaLoyalty:main' into main #4

Merge branch 'CatimaLoyalty:main' into main

Merge branch 'CatimaLoyalty:main' into main #4

name: Update locales
on:
workflow_dispatch:
push:
branches:
- main
paths:
- app/src/main/res/values-*/strings.xml
- app/src/main/res/values/settings.xml
permissions:
actions: none
checks: none
contents: write
deployments: none
discussions: none
id-token: none
issues: none
packages: none
pages: none
pull-requests: write
repository-projects: none
security-events: none
statuses: none
jobs:
update-locales:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Add new locales
run: .scripts/new-locales.py
- name: Update locales
run: .scripts/locales.py
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
title: "Update locales"
commit-message: "Update locales"
branch-suffix: timestamp