[PR #1335] [MERGED] fix(ci): formatting event & chmod +x #2993

Closed
opened 2026-02-05 05:23:45 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1335
Author: @se-bastiaan
Created: 1/8/2025
Status: Merged
Merged: 1/8/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/formatting-event


📝 Commits (2)

  • 9d46cbb fix event name in formatting workflow
  • 4cc986e remove chmod +x in workflow

📊 Changes

2 files changed (+2 additions, -6 deletions)

View changed files

📝 .github/workflows/validate-formatting.yaml (+2 -2)
📝 .github/workflows/validate-scripts.yml (+0 -4)

📄 Description

✍️ Description

The chmod basically overrides the check that is being run.
And the event name is still wrong even though I thought I replaced them all.


🛠️ 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)


🔄 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/1335 **Author:** [@se-bastiaan](https://github.com/se-bastiaan) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/formatting-event` --- ### 📝 Commits (2) - [`9d46cbb`](https://github.com/community-scripts/ProxmoxVE/commit/9d46cbb1895a290865d30f2053ed1f91b8758ea0) fix event name in formatting workflow - [`4cc986e`](https://github.com/community-scripts/ProxmoxVE/commit/4cc986ead15a724d57ed34a2fc2489caa19e650a) remove chmod +x in workflow ### 📊 Changes **2 files changed** (+2 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/validate-formatting.yaml` (+2 -2) 📝 `.github/workflows/validate-scripts.yml` (+0 -4) </details> ### 📄 Description ## ✍️ Description The chmod basically overrides the check that is being run. And the event name is still wrong even though I thought I replaced them all. --- ## 🛠️ 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: - [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) --- --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:23:45 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2993