[PR #933] [MERGED] feat(ci): add workflow to fix file casing #2962

Closed
opened 2026-04-13 13:19:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/harvard-edge/cs249r_book/pull/933
Author: @profvjreddi
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @profvjreddi

Base: devHead: fix/lowercase-filenames


📝 Commits (2)

  • fe50e40 fix(data-engineering): correct case sensitivity in filenames and references
  • db61ccc feat(ci): add workflow to fix file casing

📊 Changes

6 files changed (+255 additions, -22 deletions)

View changed files

.github/workflows/fix_casing.yml (+41 -0)
📝 .pre-commit-config.yaml (+9 -20)
📝 quarto/contents/core/data_engineering/data_engineering.qmd (+2 -2)
tools/scripts/maintenance/cleanup_build_artifacts.py (+98 -0)
tools/scripts/maintenance/generate_casing_fix_script.py (+42 -0)
tools/scripts/preflight.py (+63 -0)

📄 Description

This PR adds a GitHub Actions workflow to automatically correct file casing issues for images. It can be manually triggered to find and fix any files with uppercase names, ensuring consistency across different operating systems.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/harvard-edge/cs249r_book/pull/933 **Author:** [@profvjreddi](https://github.com/profvjreddi) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@profvjreddi](https://github.com/profvjreddi) **Base:** `dev` ← **Head:** `fix/lowercase-filenames` --- ### 📝 Commits (2) - [`fe50e40`](https://github.com/harvard-edge/cs249r_book/commit/fe50e403e58b75a61c7901f01add886940cc1ae6) fix(data-engineering): correct case sensitivity in filenames and references - [`db61ccc`](https://github.com/harvard-edge/cs249r_book/commit/db61ccc71197a13d0ee16d45c63c1418ac0573d0) feat(ci): add workflow to fix file casing ### 📊 Changes **6 files changed** (+255 additions, -22 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/fix_casing.yml` (+41 -0) 📝 `.pre-commit-config.yaml` (+9 -20) 📝 `quarto/contents/core/data_engineering/data_engineering.qmd` (+2 -2) ➕ `tools/scripts/maintenance/cleanup_build_artifacts.py` (+98 -0) ➕ `tools/scripts/maintenance/generate_casing_fix_script.py` (+42 -0) ➕ `tools/scripts/preflight.py` (+63 -0) </details> ### 📄 Description This PR adds a GitHub Actions workflow to automatically correct file casing issues for images. It can be manually triggered to find and fix any files with uppercase names, ensuring consistency across different operating systems. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-13 13:19:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cs249r_book#2962