rffontenelle / python-docs-tx-translations

Translating Python Docs in Transifex
https://explore.transifex.com/python-doc/
10 stars 1 forks source link

Stop committing changes in pot creation date #63

Open rffontenelle opened 6 months ago

rffontenelle commented 6 months ago

https://github.com/rffontenelle/python-docs-tx-translations/blob/e751c2cf7b71a59afed8d1288c7fa78a0156e172/.github/workflows/ci.yml#L198

This should avoid committing changes exclusively in POT-Creation-Date.

However, pot files are being committed even with just this change. See e.g. this commit

rffontenelle commented 6 months ago

When files are deleted in the POT generating step, this could be causing git diff to show more than just POT-Creation-Date changes, which would cause all pot to be git added.