[PR #1110] [MERGED] Github action to check metadata lines in scripts. #3014

Closed
opened 2026-02-26 13:32:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1110
Author: @quantumryuu
Created: 12/30/2024
Status: Merged
Merged: 1/3/2025
Merged by: @MickLesk

Base: mainHead: workflow-check-metadata


📝 Commits (6)

  • 78e26d8 Create check-metadata.yml
  • 2aa1496 Update check-metadata.yml
  • d22b43c Update check-metadata.yml
  • e15137f Update check-metadata.yml
  • de6fea3 Update .github/workflows/check-metadata.yml
  • a787b0f Update .github/workflows/check-metadata.yml

📊 Changes

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

View changed files

.github/workflows/check-metadata.yml (+55 -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 action to check the following:

  • # Copyright (c) 2021-2024 community-scripts ORG
    Check if it exists in line 3
  • # Author: [Name] (also checks if there is text after the space"
    Check if it exists in line 4 & that it has text after the space
  • # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
    Check if it exists in line 5
  • # Source: [Source] (also checks if there is text after the space"
    Check if it exists in line 6 & that it has text after the space

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.)
  • 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/1110 **Author:** [@quantumryuu](https://github.com/quantumryuu) **Created:** 12/30/2024 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `workflow-check-metadata` --- ### 📝 Commits (6) - [`78e26d8`](https://github.com/community-scripts/ProxmoxVE/commit/78e26d84f6bfa655013da4c27dd25ccc6b469b6f) Create check-metadata.yml - [`2aa1496`](https://github.com/community-scripts/ProxmoxVE/commit/2aa149654001103bcb136da914cea807431b3df4) Update check-metadata.yml - [`d22b43c`](https://github.com/community-scripts/ProxmoxVE/commit/d22b43c68abb84cb60b426696721f85fbc5d8a8c) Update check-metadata.yml - [`e15137f`](https://github.com/community-scripts/ProxmoxVE/commit/e15137fdab1815da5196b19eac51500a55c6d0c8) Update check-metadata.yml - [`de6fea3`](https://github.com/community-scripts/ProxmoxVE/commit/de6fea3398ff6c689bce1ef291a45581e9ba36d7) Update .github/workflows/check-metadata.yml - [`a787b0f`](https://github.com/community-scripts/ProxmoxVE/commit/a787b0f47f45f99ef37c3aede03effb16fc7f203) Update .github/workflows/check-metadata.yml ### 📊 Changes **1 file changed** (+55 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-metadata.yml` (+55 -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 action to check the following: * \# Copyright (c) 2021-2024 community-scripts ORG Check if it exists in line 3 * \# Author: [Name] (also checks if there is text after the space" Check if it exists in line 4 & that it has text after the space * \# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE Check if it exists in line 5 * \# Source: [Source] (also checks if there is text after the space" Check if it exists in line 6 & that it has text after the space - - - **_Please remove unneeded lines!_** - Related PR: #920 (if applicable) - Related Discussion: [https://github.com/community-scripts/ProxmoxVE/pull/920#issuecomment-2564734581](https://github.com/community-scripts/ProxmoxVE/pull/920#issuecomment-2564734581) and https://github.com/community-scripts/ProxmoxVE/pull/920#issuecomment-2564842549 --- ## 🛠️ 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.) - [x] 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>
kerem 2026-02-26 13:32:07 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3014
No description provided.