python-docs-uk icon indicating copy to clipboard operation
python-docs-uk copied to clipboard

Avoid "empty" commits?

Open JulienPalard opened this issue 2 years ago • 0 comments

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?

JulienPalard avatar Oct 19 '23 10:10 JulienPalard