frappe / hrms

Open Source HR and Payroll Software
https://frappehr.com
GNU General Public License v3.0
984 stars 551 forks source link

ci: Regenerate POT file (translatable strings) #1928

Closed barredterra closed 4 days ago

barredterra commented 4 days ago

Copy CI configuration from ERPNext for regenerating the file with translatable strings once a week.

This does roughly the following:

This expects a repository secret named RELEASE_TOKEN, which should have permissions to push a branch and create a PR (I think this should be the bot's PAT).

Original Frappe PR for reference: https://github.com/frappe/frappe/pull/24467