[PR #2712] [MERGED] Improve Script-Test Workflow #3845

Closed
opened 2025-11-20 06:07:00 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2712
Author: @michelroegl-brunner
Created: 2/27/2025
Status: Merged
Merged: 2/27/2025
Merged by: @michelroegl-brunner

Base: mainHead: improver_test_wf


📝 Commits (1)

📊 Changes

1 file changed (+60 additions, -35 deletions)

View changed files

📝 .github/workflows/script-test.yml (+60 -35)

📄 Description

✍️ Description

This PR prevents the execution of the Script if it contains a interactive Prompt like read -r -p .*

Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)


🔄 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/2712 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 2/27/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `improver_test_wf` --- ### 📝 Commits (1) - [`b610f32`](https://github.com/community-scripts/ProxmoxVE/commit/b610f3227366836cca5276a3b1de7c62f1c8d122) Improve Workflow ### 📊 Changes **1 file changed** (+60 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/script-test.yml` (+60 -35) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> This PR prevents the execution of the Script if it contains a interactive Prompt like `read -r -p .*` ## 🔗 Related PR / Discussion / Issue Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <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 06:07:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3845