🩹 [Patch]: Bump Process-PSModule to v5#10
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 3, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#10Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
…ub Actions updates
…rocess-PSModule workflow configuration
There was a problem hiding this comment.
Pull Request Overview
This pull request consolidates GitHub workflow automation by merging nightly and pull request runs into a single workflow and upgrading to Process-PSModule v5. The changes streamline CI/CD processes by removing redundant workflows and improving dependency management configuration.
- Consolidated nightly and pull request workflows into Process-PSModule.yml with v5 upgrade
- Removed separate Linter workflow and jscpd configuration files
- Added PSModule.yml configuration for code coverage and test settings
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 | Added scheduled triggers and upgraded to v5 |
| .github/workflows/Nightly-Run.yml | Removed redundant nightly workflow |
| .github/workflows/Linter.yml | Removed separate linter workflow |
| .github/linters/.jscpd.json | Removed jscpd configuration file |
| .github/dependabot.yml | Added labels for GitHub Actions dependencies |
| .github/PSModule.yml | Added configuration for Process-PSModule workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module CasingStyle - 1.0.6 published to the PowerShell Gallery. |
|
GitHub release for CasingStyle v1.0.6 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 improve automation, streamline CI/CD processes, and clean up unused or outdated settings. The most significant changes are the consolidation and update of workflow triggers, removal of redundant workflow files, and configuration updates for dependency management and code coverage.
Workflow and CI/CD updates:
.github/workflows/Process-PSModule.ymlfile now handles both scheduled/nightly and pull request runs, replacing the previous separate nightly workflow. It also updates the referenced workflow version tov5for improved compatibility and features. [1] [2] [3].github/PSModule.ymlconfiguration file is introduced to set up code coverage targets and other test/build options for the Process-PSModule workflow.Repository maintenance and cleanup:
.github/workflows/Linter.ymlworkflow and the.github/linters/.jscpd.jsonconfiguration file are removed, indicating a streamlining or migration of linting and code duplication checks. [1] [2]Dependency management improvements:
.github/dependabot.ymlfile is updated to automatically label GitHub Actions dependency updates withdependenciesandgithub-actions, making it easier to triage and track these pull requests.