🩹 [Patch]: Bump Process-PSModule to v5#7
Merged
Conversation
…ocess-PSModule configuration file
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request consolidates CI workflow management by combining separate workflows into a single comprehensive pipeline, updates the PSModule workflow to version 5, and streamlines repository configuration. The changes eliminate redundant workflows while maintaining functionality through the enhanced main workflow.
Key changes:
- Consolidated nightly and manual runs into the main Process-PSModule workflow
- Updated Process-PSModule from v4 to v5
- Removed redundant linter workflow and configuration files
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 workflow_dispatch and schedule triggers, updated to v5, removed dynamic run-name |
.github/workflows/Nightly-Run.yml |
Removed redundant workflow (functionality moved to main workflow) |
.github/workflows/Linter.yml |
Removed linter workflow and its configuration |
.github/linters/.jscpd.json |
Removed JSCPD configuration file |
.github/dependabot.yml |
Added labels for better categorization of 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 Uri - 1.1.3 published to the PowerShell Gallery. |
|
GitHub release for Uri v1.1.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 and simplifies the repository's GitHub workflow and configuration files, focusing on consolidating CI processes, updating dependencies, and cleaning up unused configuration. The main changes include enabling scheduled and manual runs for the main CI workflow, removing redundant or obsolete workflow files, and updating the PSModule workflow version.
Workflow and CI configuration updates:
Process-PSModuleworkflow (.github/workflows/Process-PSModule.yml) is now triggered by scheduled (nightly), manual, and pull request events, consolidating CI triggers in a single workflow.v4tov5to use the latest features and fixes.Nightly-Runworkflow was removed as its functionality is now handled by the updatedProcess-PSModuleworkflow.Linter and code quality configuration:
Linterworkflow and its associated configuration for code linting were removed, possibly to be replaced or consolidated elsewhere.Dependency management improvements:
dependenciesandgithub-actionsfor better tracking.PSModule workflow configuration:
.github/PSModule.ymlfile was added to configure the Process-PSModule workflow, specifying code coverage targets and providing a template for further customization.