🩹 [Patch]: Bump Process-PSModule to v5#9
Merged
MariusStorhaug merged 3 commits intomainfrom Oct 4, 2025
Merged
Conversation
…ial configuration for Process-PSModule workflow
There was a problem hiding this comment.
Pull Request Overview
Updates the GitHub workflow configuration to bump Process-PSModule from v4 to v5, consolidates CI processes, and removes unused linting components. The changes streamline the CI pipeline by merging nightly and manual workflow triggers into a single workflow file.
- Consolidated nightly and manual workflow triggers into the main Process-PSModule workflow
- Updated Process-PSModule workflow version from v4 to v5
- Removed standalone linter workflow and 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, updated workflow version to v5 |
| .github/workflows/Nightly-Run.yml | Removed redundant nightly workflow file |
| .github/workflows/Linter.yml | Removed standalone linter workflow |
| .github/linters/.jscpd.json | Removed code duplication configuration |
| .github/dependabot.yml | Added automatic labeling for 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.
… workflow configuration
|
Module Retry - 0.1.7 published to the PowerShell Gallery. |
|
GitHub release for Retry v0.1.7 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 simplify CI processes, remove unused workflows, and improve automation labeling for dependency updates. The main changes include consolidating nightly and manual runs into the main workflow, updating workflow versions, and cleaning up linter and code duplication configurations.
Workflow and CI configuration updates:
.github/workflows/Process-PSModule.yml, enabling both scheduled and manual dispatch runs and removing the now-redundant.github/workflows/Nightly-Run.ymlfile. [1] [2]v4tov5in.github/workflows/Process-PSModule.ymlto ensure the latest workflow improvements are used..github/PSModule.ymlconfiguration file to set up code coverage targets for the Process-PSModule workflow.Linter and code duplication configuration cleanup:
.github/workflows/Linter.ymlworkflow and the.github/linters/.jscpd.jsoncode duplication configuration, indicating a shift away from these linting and duplication checks in the CI process. [1] [2]Dependabot automation improvement:
.github/dependabot.ymlto automatically adddependenciesandgithub-actionslabels to GitHub Actions update PRs, improving dependency management and review workflow.