[PR #1228] [MERGED] [GitHub Action] Add filename case check #2900

Open
opened 2025-11-20 05:32:26 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1228
Author: @quantumryuu
Created: 1/4/2025
Status: Merged
Merged: 1/4/2025
Merged by: @michelroegl-brunner

Base: mainHead: main


📝 Commits (10+)

  • f11276a Create check-lowercase.yml
  • 132c9fa Update check-lowercase.yml
  • 4fa5554 Update check-lowercase.yml
  • 6da0a17 Update check-lowercase.yml
  • 23cbce0 Update check-lowercase.yml
  • bf1921c Update check-lowercase.yml
  • 1d503d1 Update check-lowercase.yml
  • 02c0be6 Update check-lowercase.yml
  • f0d7524 Update check-lowercase.yml
  • 0da9956 Update check-lowercase.yml

📊 Changes

1 file changed (+92 additions, -0 deletions)

View changed files

.github/workflows/check-lowercase.yml (+92 -0)

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

Github workflow to check for new files if they are in lowercase.
It checks for new files in ct/, install/ and json/ then checks the case if it's lowercase.
It also throws an error if a file is missing


Please remove unneeded lines!


🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • [xx] Testing performed (I have thoroughly tested my changes and verified expected functionality.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.


🔄 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/community-scripts/ProxmoxVE/pull/1228 **Author:** [@quantumryuu](https://github.com/quantumryuu) **Created:** 1/4/2025 **Status:** ✅ Merged **Merged:** 1/4/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`f11276a`](https://github.com/community-scripts/ProxmoxVE/commit/f11276a64de309521902ac9399ae1fcd680f6be0) Create check-lowercase.yml - [`132c9fa`](https://github.com/community-scripts/ProxmoxVE/commit/132c9faf102070c4e49e40573cbd6c6dc0d51d48) Update check-lowercase.yml - [`4fa5554`](https://github.com/community-scripts/ProxmoxVE/commit/4fa555496c4eee791ad193bc880e22f16844dd8b) Update check-lowercase.yml - [`6da0a17`](https://github.com/community-scripts/ProxmoxVE/commit/6da0a17d87bad74c04a84aa13a159d6f93dbb3a4) Update check-lowercase.yml - [`23cbce0`](https://github.com/community-scripts/ProxmoxVE/commit/23cbce0efe6dbce45eabc7dca4924154351326ce) Update check-lowercase.yml - [`bf1921c`](https://github.com/community-scripts/ProxmoxVE/commit/bf1921c1caa9b0dff504de3f58ccff26fcb82af3) Update check-lowercase.yml - [`1d503d1`](https://github.com/community-scripts/ProxmoxVE/commit/1d503d10510911c6560ec35ccc67a06e109d8805) Update check-lowercase.yml - [`02c0be6`](https://github.com/community-scripts/ProxmoxVE/commit/02c0be67b7d566e3eeacbfb9e5bc1a1e807e5a4c) Update check-lowercase.yml - [`f0d7524`](https://github.com/community-scripts/ProxmoxVE/commit/f0d752456770109c9f5abdb8d7e8da08a04aa136) Update check-lowercase.yml - [`0da9956`](https://github.com/community-scripts/ProxmoxVE/commit/0da99565bc643aa3c40111b2b201547f2250ccec) Update check-lowercase.yml ### 📊 Changes **1 file changed** (+92 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-lowercase.yml` (+92 -0) </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description Github workflow to check for new files if they are in lowercase. It checks for new files in ct/, install/ and json/ then checks the case if it's lowercase. It also throws an error if a file is missing - - - **_Please remove unneeded lines!_** - Related Issue: # (issue number, if applicable) - Related PR: #920 - Related Discussion: [https://github.com/community-scripts/ProxmoxVE/pull/920#issuecomment-2569028304](https://github.com/community-scripts/ProxmoxVE/pull/920#issuecomment-2569028304) --- ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [x] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [ ] New script (a fully functional and thoroughly tested script or set of scripts) --- ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [xx] Testing performed (I have thoroughly tested my changes and verified expected functionality.) - [ ] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:32:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2900