python-docs-uk
python-docs-uk copied to clipboard
Avoid "empty" commits?
Spotted "empty" commits like: https://github.com/python/python-docs-uk/commit/96e56e6d8131f5aab9f89d8ffdceb6f8101927a0 which just contains metadata update.
It would hurt https://github.com/python/docsbuild-scripts/pull/171 by having /uk/ to rebuild even if not needed, consuming ~20mn of CPU each time.
Would it be possible to not commit those "non"-changes?