🩹 [Patch]: Bump Process-PSModule to v5#34
Merged
MariusStorhaug merged 4 commits intomainfrom Oct 4, 2025
Merged
Conversation
…ub Actions updates
…iguration for Process-PSModule workflow
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the Process-PSModule workflow to version 5 and consolidates workflow configuration by removing redundant files and adding centralized configuration.
- Updated the main workflow from v4 to v5 with improved scheduling and dispatch capabilities
- Consolidated nightly runs and linting into the main workflow by removing separate workflow files
- Added configuration file for code coverage targets and dependency management labels
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 nightly scheduling and workflow dispatch triggers |
.github/workflows/Nightly-Run.yml |
Removed redundant workflow, functionality moved to main Process-PSModule workflow |
.github/workflows/Linter.yml |
Removed separate linter workflow |
.github/linters/.jscpd.json |
Removed duplicate code detection configuration |
.github/dependabot.yml |
Added automatic labeling for GitHub Actions dependency updates |
.github/PSModule.yml |
Added new configuration file with code coverage target of 90% |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…-PSModule workflow
|
Module PSSemVer - 1.1.8 published to the PowerShell Gallery. |
|
GitHub release for PSSemVer v1.1.8 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 makes several updates to the repository's GitHub workflow and configuration files, focusing on improving workflow automation, updating dependencies, and cleaning up unused files. The main changes include updating the Process-PSModule workflow to a new version with additional configuration, removing obsolete workflow files, and refining dependency management.
Workflow and CI/CD improvements:
.github/workflows/Process-PSModule.ymlto useworkflow.yml@v5instead ofv4, added nightly scheduling and workflow dispatch triggers, and removed the custom run name. [1] [2].github/PSModule.ymlconfiguration file to set a code coverage target for the Process-PSModule workflow..github/workflows/Nightly-Run.ymlworkflow, consolidating nightly runs into the main Process-PSModule workflow..github/workflows/Linter.ymlworkflow, indicating a change in how linting is handled or a move away from the previous linter setup.Dependency and configuration updates:
.github/dependabot.ymlto automatically adddependenciesandgithub-actionslabels to PRs created for GitHub Actions updates..github/linters/.jscpd.jsonconfiguration file, likely indicating the removal or replacement of duplicate code detection tooling.