🩹 [Patch]: Bump Process-PSModule to v5 #47
Merged
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 configurations. The most significant changes involve consolidating scheduled and manual workflow triggers, updating workflow dependencies, and removing unused linter and nightly run workflows.
Workflow and CI improvements:
Process-PSModule
workflow is now triggered by both scheduled (nightly) and manual (workflow_dispatch
) events, consolidating the previously separate nightly run into a single workflow. The workflow has also been updated to use versionv5
of the upstream reusable workflow for improved compatibility and features. [1] [2] [3].github/PSModule.yml
file was added to configure the Process-PSModule workflow, specifying test code coverage targets and providing placeholders for additional configuration options.Dependency management:
dependencies
andgithub-actions
, improving tracking and triage of dependency PRs.Repository cleanup:
.github/workflows/Linter.yml
) and its associated configuration file (.github/linters/.jscpd.json
) were removed, indicating a shift away from automated linting in CI. [1] [2].github/workflows/Nightly-Run.yml
) was removed, as its functionality is now handled by the updatedProcess-PSModule
workflow.