🩹 [Patch]: Bump Process-PSModule to v5#7
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 4, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#7Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
…PSModule configuration
There was a problem hiding this comment.
Pull Request Overview
This pull request modernizes the GitHub workflow infrastructure by consolidating workflows and updating to Process-PSModule v5. The changes streamline automation processes while removing deprecated linting configurations.
- Consolidated nightly and pull request workflows into a single Process-PSModule workflow
- Updated to Process-PSModule v5 from v4
- Removed standalone linter workflow and configuration files
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/Process-PSModule.yml |
Added schedule and workflow_dispatch triggers, updated to v5 |
.github/workflows/Nightly-Run.yml |
Removed standalone nightly workflow (consolidated) |
.github/workflows/Linter.yml |
Removed standalone linter workflow |
.github/linters/.jscpd.json |
Removed JSCPD configuration file |
.github/dependabot.yml |
Added automatic labeling for dependency updates |
.github/PSModule.yml |
Added configuration file for Process-PSModule workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module GZip - 0.0.5 published to the PowerShell Gallery. |
|
GitHub release for GZip v0.0.5 has been created. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request primarily updates and simplifies the project's GitHub workflow and configuration files. It consolidates nightly and pull request workflows, updates workflow versions, removes unused linter and configuration files, and improves automation labeling for dependency updates.
Workflow and Automation Updates:
Process-PSModule.yml), now triggered by both scheduled (nightly) and pull request events. The workflow also now uses version 5 of the reusable workflow instead of version 4. (.github/workflows/Process-PSModule.yml,.github/workflows/Nightly-Run.yml) [1] [2] [3].github/PSModule.yml)dependenciesandgithub-actionslabels to GitHub Actions dependency update PRs. (.github/dependabot.yml)Cleanup and Removal of Unused Files:
.github/workflows/Linter.yml,.github/linters/.jscpd.json) [1] [2]