🩹 [Patch]: Bump Process-PSModule to v5#12
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 4, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#12Marius 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 pull request updates the repository's CI/CD infrastructure by consolidating workflows, bumping the Process-PSModule workflow to version 5, and streamlining configuration files. The changes remove redundant workflows and configurations while adding new workflow configuration capabilities.
- Consolidated nightly and main workflows into a single Process-PSModule workflow with multiple triggers
- Updated Process-PSModule workflow from v4 to v5
- Removed redundant linter workflow and code duplication configuration files
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/Process-PSModule.yml |
Added workflow_dispatch and schedule triggers, updated to v5, removed run-name |
.github/workflows/Nightly-Run.yml |
Removed entire nightly workflow file |
.github/workflows/Linter.yml |
Removed entire linter workflow file |
.github/linters/.jscpd.json |
Removed code duplication configuration |
.github/dependabot.yml |
Added labels for better categorization of GitHub Actions updates |
.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 OpenAI - 0.0.11 published to the PowerShell Gallery. |
|
GitHub release for OpenAI 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 GitHub workflow and configuration files to streamline CI processes, remove unused or redundant configurations, and update dependencies. The changes focus on consolidating workflows, updating workflow versions, and cleaning up linter and code duplication settings.
Workflow and CI configuration updates:
Process-PSModuleworkflow, which now supports both manual and scheduled runs. (.github/workflows/Nightly-Run.ymlremoved,.github/workflows/Process-PSModule.ymlupdated) [1] [2]Process-PSModuleworkflow now uses version 5 of the upstream workflow for improved reliability and features. (.github/workflows/Process-PSModule.yml).github/PSModule.ymlhas been added to configure the Process-PSModule workflow, currently setting code coverage target to 0.Linter and code quality configuration cleanup:
.github/workflows/Linter.yml,.github/linters/.jscpd.json) [1] [2]Dependency management improvements:
dependenciesandgithub-actionsfor better tracking and triage. (.github/dependabot.yml)