🩹 [Patch]: Bump Process-PSModule to v5#5
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 4, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#5Marius 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 streamlines CI/CD workflows by updating the Process-PSModule workflow to version 5, consolidating nightly runs, and removing unused linter configurations.
- Updated Process-PSModule workflow to v5 with consolidated scheduling
- Removed redundant Nightly-Run and Linter workflows
- Added dependency management labels and workflow configuration
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/Process-PSModule.yml | Updated to v5, added manual and scheduled triggers |
| .github/workflows/Nightly-Run.yml | Removed redundant workflow file |
| .github/workflows/Linter.yml | Removed linter workflow |
| .github/linters/.jscpd.json | Removed duplicate code detection config |
| .github/dependabot.yml | Added labels for GitHub Actions updates |
| .github/PSModule.yml | Added new workflow configuration file |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Object - 1.0.3 published to the PowerShell Gallery. |
|
GitHub release for Object v1.0.3 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 repository's GitHub workflow and configuration files to streamline CI processes, update dependencies, and clean up unused configurations. The most significant changes include updating the
Process-PSModuleworkflow to use a newer version, consolidating scheduled runs, and removing unused linter and nightly run workflows.CI/CD Workflow Updates:
.github/workflows/Process-PSModule.ymlto use versionv5of the shared workflow instead ofv4, and added both manual (workflow_dispatch) and scheduled (cron) triggers for nightly runs. This consolidates the previous separate nightly workflow into the main workflow file. [1] [2].github/workflows/Nightly-Run.ymlworkflow file, since its functionality is now handled by the updatedProcess-PSModuleworkflow.Linter and Code Quality Configuration:
.github/workflows/Linter.ymlworkflow, eliminating the automated linter job from CI..github/linters/.jscpd.jsonconfiguration file, removing duplicate code detection settings.Dependency Management:
.github/dependabot.ymlto adddependenciesandgithub-actionslabels to PRs created for GitHub Actions updates, improving PR organization and visibility.Process-PSModule Workflow Configuration:
.github/PSModule.ymlfile to configure the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional test and build settings.