🩹 [Patch]: Bump Process-PSModule to v5#14
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 4, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#14Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR modernizes the CI/CD configuration by consolidating workflows and upgrading dependencies. The main goal is to simplify the GitHub Actions setup while improving functionality and removing redundant components.
- Upgraded Process-PSModule workflow from v4 to v5 and added scheduled/manual triggers
- Consolidated nightly runs into the main workflow and removed redundant files
- Enhanced dependency management with better labeling for GitHub Actions updates
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 schedule and manual triggers, removed run-name |
| .github/workflows/Nightly-Run.yml | Removed redundant workflow now consolidated into main Process-PSModule workflow |
| .github/workflows/Linter.yml | Removed unused linter workflow |
| .github/linters/.jscpd.json | Removed unused code duplication detection configuration |
| .github/dependabot.yml | Added labels for better categorization of GitHub Actions updates |
| .github/PSModule.yml | Added configuration file for Process-PSModule workflow with test settings |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module IPv4 - 0.0.11 published to the PowerShell Gallery. |
|
GitHub release for IPv4 v0.0.11 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 CI/CD configuration, focusing on consolidating and modernizing workflow files, updating dependencies, and cleaning up unused configuration. The main changes include updating the
Process-PSModuleworkflow to use the latest version and schedule, removing redundant workflow files, and improving dependency management.CI/CD Workflow Updates:
.github/workflows/Process-PSModule.ymlto add scheduled and manual triggers, ensuring the workflow can be run nightly and on demand.Process-PSModulereusable workflow from versionv4tov5for improved features and compatibility..github/PSModule.ymlto customize test and build behavior for theProcess-PSModuleworkflow.Cleanup and Removal of Redundant Files:
.github/workflows/Nightly-Run.yml, consolidating nightly runs into the mainProcess-PSModuleworkflow..github/workflows/Linter.ymland.github/linters/.jscpd.json, removing unused linting and code duplication detection workflows. [1] [2]Dependency Management:
.github/dependabot.ymlto automatically label GitHub Actions dependency updates withdependenciesandgithub-actions, improving visibility and triage.