🩹 [Patch]: Bump Process-PSModule to v5#95
Merged
MariusStorhaug merged 3 commits intomainfrom Oct 4, 2025
Merged
Conversation
… Process-PSModule configuration
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the repository's CI/CD infrastructure by upgrading the Process-PSModule workflow to version 5 and consolidating workflow functionality. The changes streamline automation by removing redundant workflows and configurations while improving dependency management.
- Updated Process-PSModule workflow from v4 to v5 with consolidated scheduling
- Removed redundant Nightly-Run workflow and unused linter configurations
- Enhanced dependency management with default labels 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 manual and scheduled triggers, removed run-name |
.github/workflows/Nightly-Run.yml |
Removed redundant workflow (functionality moved to Process-PSModule) |
.github/workflows/Linter.yml |
Removed unused linter workflow |
.github/linters/.jscpd.json |
Removed unused linter configuration |
.github/dependabot.yml |
Added default 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.
Contributor
|
Module GoogleFonts - 1.0.67 published to the PowerShell Gallery. |
Contributor
|
GitHub release for GoogleFonts v1.0.67 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 and improve automation. The main changes include updating the Process-PSModule workflow to the latest version, consolidating scheduled and manual triggers, removing unused workflow and linter files, and making minor configuration updates.
Workflow and CI configuration updates:
.github/workflows/Process-PSModule.ymlto use the latestPSModule/Process-PSModuleworkflow version (v5) and added both manual (workflow_dispatch) and scheduled (cron) triggers, consolidating functionality previously in the removedNightly-Run.yml. [1] [2] [3]Cleanup of unused configuration files:
.github/workflows/Linter.ymland.github/linters/.jscpd.jsonas part of cleaning up unused or redundant CI and linter configurations. [1] [2]Dependency management improvements:
dependencies,github-actions) for GitHub Actions updates in.github/dependabot.ymlto improve dependency PR categorization.New workflow configuration:
.github/PSModule.ymlto configure the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional test and build settings.