This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
[Bug] Pot file generation runs on every git push
and updates timestamp without other changes
#320
Labels
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟧 priority: high
Stalls work on the project or its dependents
🚦 status: awaiting triage
Has not been triaged & therefore, not ready for work
Description
Any
git push
will run the pot file generation script which will always update the timestamp even if there are no other changes, causing a dirtygit status
after pushing.Reproduction
git push
successfullygit status
and note the updated timestamp on the generatedpot
fileExpectation
Status should be clean, there should be no changes unless they block a
git push
Additional context
I think this was caused by the changes that fixed pot file generation in #318
Resolution
The text was updated successfully, but these errors were encountered: