🩹 [Patch]: Bump Process-PSModule to v5#23
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 4, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#23Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
…nfiguration for Process-PSModule
There was a problem hiding this comment.
Pull Request Overview
Updates the repository's CI/CD workflows by consolidating the nightly and pull request workflows, upgrading to Process-PSModule v5, and removing linting infrastructure while adding configuration for the updated workflow system.
- Consolidated separate nightly and PR workflows into a single Process-PSModule workflow with multiple triggers
- Upgraded Process-PSModule workflow from v4 to v5
- Added workflow configuration file and improved dependabot labeling
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 workflow_dispatch and schedule triggers, removed custom run-name |
.github/workflows/Nightly-Run.yml |
Removed separate nightly workflow (consolidated into Process-PSModule.yml) |
.github/workflows/Linter.yml |
Removed linter workflow entirely |
.github/linters/.jscpd.json |
Removed JSCPD linter configuration |
.github/dependabot.yml |
Added automatic labeling for GitHub Actions dependencies |
.github/PSModule.yml |
Added new 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 PublicIP - 1.1.5 published to the PowerShell Gallery. |
|
GitHub release for PublicIP v1.1.5 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 restructures and updates the repository's GitHub workflow and configuration files. The main focus is on consolidating and modernizing CI/CD processes, removing unused or redundant configurations, and improving automation labeling. The most important changes are grouped below:
Workflow Consolidation and Updates:
Process-PSModule.ymlworkflow now includes both scheduled (nightly) and manual triggers, as well as pull request triggers, consolidating the previous separate nightly workflow into a single file. (.github/workflows/Process-PSModule.yml,.github/workflows/Nightly-Run.yml) [1] [2]Process-PSModuleworkflow now uses versionv5of the upstream reusable workflow, updating fromv4. (.github/workflows/Process-PSModule.yml)Configuration and Automation Improvements:
.github/PSModule.ymlconfiguration file to set up the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional configuration options.dependenciesandgithub-actions. (.github/dependabot.yml)Cleanup of Old or Redundant Files:
.github/workflows/Linter.yml,.github/linters/.jscpd.json) [1] [2]