🩹 [Patch]: Bump Process-PSModule to v5#19
Merged
MariusStorhaug merged 3 commits intomainfrom Oct 4, 2025
Merged
Conversation
…ial configuration for Process-PSModule
There was a problem hiding this comment.
Pull Request Overview
This PR consolidates CI/CD workflows and upgrades the Process-PSModule workflow to version 5. The changes streamline GitHub Actions configuration by merging nightly and pull request triggers into a single workflow, while removing the separate linter workflow and configuring the new Process-PSModule version.
- Consolidated nightly scheduled runs and pull request workflows into a single Process-PSModule workflow
- Upgraded Process-PSModule reusable workflow from v4 to v5
- Removed separate Linter workflow and related 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, upgraded to v5, removed run-name |
| .github/workflows/Nightly-Run.yml | Deleted separate nightly workflow file |
| .github/workflows/Linter.yml | Deleted linter workflow file |
| .github/linters/.jscpd.json | Deleted duplicate code detection configuration |
| .github/dependabot.yml | Added labels for GitHub Actions 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 PowerShellGallery - 0.0.18 published to the PowerShell Gallery. |
|
GitHub release for PowerShellGallery v0.0.18 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 and workflow configuration. The main changes include consolidating scheduled and pull request workflows, upgrading the Process-PSModule workflow version, and making several cleanups to workflow and linter configuration files.
Workflow and CI/CD configuration:
.github/workflows/Process-PSModule.yml, removing the separate.github/workflows/Nightly-Run.ymlfile. The workflow now runs both on a nightly schedule and on pull requests tomain([[1]](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6),[[2]](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-ae7e03d0a8740974e1848d0dc7322a8b3f3f4898b37bfd5b226dff69096bb8dfL1-L16)).Process-PSModulereusable workflow fromv4tov5in.github/workflows/Process-PSModule.yml([.github/workflows/Process-PSModule.ymlL29-R30](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30))..github/PSModule.ymlto set up code coverage and other test parameters for the Process-PSModule workflow ([.github/PSModule.ymlR1-R21](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-928165ed381f1982eb8f9746a59a2829db4abc8a28eddb8c109e12bb033ff96aR1-R21)).Linter and dependency management:
.github/workflows/Linter.ymlworkflow, effectively disabling automated linting in CI ([.github/workflows/Linter.ymlL1-L32](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L1-L32))..github/linters/.jscpd.jsonconfiguration, removing duplicate code detection settings ([.github/linters/.jscpd.jsonL1-L10](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6L1-L10))..github/dependabot.ymlto adddependenciesandgithub-actionslabels to GitHub Actions update PRs ([.github/dependabot.ymlR10-R12](https://github.com/PSModule/PowerShellGallery/pull/19/files#diff-dd4fbda47e51f1e35defb9275a9cd9c212ecde0b870cba89ddaaae65c5f3cd28R10-R12)).