🩹 [Patch]: Bump Process-PSModule to v5#28
Merged
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom Oct 3, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#28Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
Conversation
…olete linter and nightly run workflows
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request streamlines the CI/CD workflow configuration by consolidating multiple workflow files into a single unified approach using the latest version of the Process-PSModule workflow. The changes reduce maintenance overhead by removing redundant workflows and adding proper configuration for the updated workflow system.
- Consolidated scheduled and manual workflow triggers into the main Process-PSModule workflow
- Updated to Process-PSModule v5 for improved compatibility and features
- Added configuration file to customize the workflow behavior with code coverage settings
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/Process-PSModule.yml |
Added scheduled and manual triggers, updated workflow version from v4 to v5 |
.github/workflows/Nightly-Run.yml |
Removed redundant nightly workflow (functionality moved to main workflow) |
.github/workflows/Linter.yml |
Removed separate linter workflow |
.github/linters/.jscpd.json |
Removed code duplication detection configuration |
.github/PSModule.yml |
Added configuration file for Process-PSModule workflow customization |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Admin - 1.1.9 published to the PowerShell Gallery. |
|
GitHub release for Admin v1.1.9 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 updates the CI/CD configuration by consolidating and simplifying workflow files, removing redundant linter and nightly run workflows, and updating to the latest version of the
Process-PSModuleworkflow. The changes aim to streamline automation and reduce maintenance overhead.Workflow Configuration Updates:
.github/PSModule.ymlconfiguration file to customize theProcess-PSModuleworkflow, including code coverage settings..github/workflows/Process-PSModule.ymlto trigger on scheduled and manual runs, and updated the referenced workflow version fromv4tov5for improved compatibility and features. [1] [2]Workflow Cleanup:
.github/workflows/Linter.ymlworkflow, which previously ran code linting checks on pull requests..github/linters/.jscpd.jsonconfiguration file, which was used for code duplication detection..github/workflows/Nightly-Run.ymlworkflow, consolidating scheduled runs into the main workflow.