🩹 [Patch]: Bump Process-PSModule to v5#5
Merged
MariusStorhaug merged 3 commits intomainfrom Oct 3, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request consolidates and modernizes the GitHub workflow configuration by updating the Process-PSModule workflow to version 5 and streamlining CI processes. The changes remove redundant workflows and improve dependency management while adding proper configuration for the updated workflow.
- Consolidated nightly runs and manual dispatch triggers into the main Process-PSModule workflow
- Updated Process-PSModule workflow from v4 to v5 and added configuration file
- Removed redundant Linter and Nightly-Run workflows along with associated 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 scheduled triggers, updated to v5 |
.github/workflows/Nightly-Run.yml |
Removed redundant nightly run workflow |
.github/workflows/Linter.yml |
Removed separate linter workflow |
.github/linters/.jscpd.json |
Removed code duplication check configuration |
.github/dependabot.yml |
Added automatic labeling for GitHub Actions 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 Confluence - 0.0.5 published to the PowerShell Gallery. |
|
GitHub release for Confluence v0.0.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 updates the repository's GitHub workflow and configuration files to streamline CI processes, improve dependency management, and clean up unused or redundant files. The main changes include updating workflow triggers and versions, adding configuration for the Process-PSModule workflow, and removing unnecessary linter and nightly run workflows.
Workflow and CI/CD Updates:
.github/workflows/Process-PSModule.ymlto addworkflow_dispatchand scheduled nightly triggers, aligning it with the previous nightly run workflow and enabling manual and scheduled runs.PSModule/Process-PSModuleworkflow fromv4tov5for theProcess-PSModulejob, ensuring the latest workflow logic is used.Configuration Additions:
.github/PSModule.ymlfile to configure the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional test and build configuration.Dependency Management Improvements:
.github/dependabot.ymlto automatically adddependenciesandgithub-actionslabels to GitHub Actions update PRs, improving visibility and triage of dependency updates.Cleanup of Redundant or Unused Files:
.github/workflows/Linter.ymlworkflow, indicating that automated linting is no longer run as part of the CI process..github/workflows/Nightly-Run.ymlworkflow, consolidating nightly runs into the main Process-PSModule workflow..github/linters/.jscpd.jsonconfiguration file, suggesting that code duplication checks are no longer performed or are now handled elsewhere.