🩹 [Patch]: Bump Process-PSModule to v5#3
Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom Oct 3, 2025
Merged
🩹 [Patch]: Bump Process-PSModule to v5#3Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
…figurations, update Process-PSModule workflow to inherit secrets and use latest version.
There was a problem hiding this comment.
Pull Request Overview
This pull request streamlines GitHub Actions workflows and dependency management by consolidating redundant workflows and updating the Process-PSModule workflow to version 5. The changes remove automated linting and nightly run workflows while enhancing the main workflow with additional triggers and simplified configuration.
- Consolidates scheduled and manual triggers into the main Process-PSModule workflow
- Removes redundant Linter and Nightly-Run workflows to reduce maintenance overhead
- Updates Process-PSModule to use v5 with simplified secret inheritance
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 schedule/manual triggers, simplified secrets |
| .github/workflows/Nightly-Run.yml | Deleted redundant workflow |
| .github/workflows/Linter.yml | Deleted automated linting workflow |
| .github/linters/.jscpd.json | Removed code duplication check configuration |
| .github/dependabot.yml | Added automatic labeling for dependency updates |
| .github/PSModule.yml | Added commented test and build skip configurations |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Context7 - 0.0.2 published to the PowerShell Gallery. |
|
GitHub release for Context7 v0.0.2 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 several GitHub configuration files to streamline CI workflows and dependency management. The main changes remove unused or redundant workflows, update workflow triggers and permissions, and improve the labeling of dependency updates.
Workflow configuration and cleanup:
.github/workflows/Linter.ymlworkflow, removing automated linting from the repository..github/workflows/Nightly-Run.ymlworkflow, consolidating scheduled and manual workflow runs into a single workflow..github/workflows/Process-PSModule.ymlto add support for scheduled and manual triggers, and removed the customrun-name.Process-PSModulejob in.github/workflows/Process-PSModule.ymlto useworkflow.yml@v5and inherit secrets, simplifying configuration.Dependency management improvements:
.github/dependabot.ymlto automatically adddependenciesandgithub-actionslabels to GitHub Actions updates, improving visibility and triage.Other configuration changes:
.github/linters/.jscpd.jsonfile, indicating that code duplication checks are no longer configured..github/PSModule.yml, likely to reduce unnecessary checks.