🩹 [Patch]: Bump Process-PSModule to v5 #23
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 restructures and updates the repository's GitHub workflow and configuration files. The main focus is on consolidating and modernizing CI/CD processes, removing unused or redundant configurations, and improving automation labeling. The most important changes are grouped below:
Workflow Consolidation and Updates:
Process-PSModule.yml
workflow now includes both scheduled (nightly) and manual triggers, as well as pull request triggers, consolidating the previous separate nightly workflow into a single file. (.github/workflows/Process-PSModule.yml
,.github/workflows/Nightly-Run.yml
) [1] [2]Process-PSModule
workflow now uses versionv5
of the upstream reusable workflow, updating fromv4
. (.github/workflows/Process-PSModule.yml
)Configuration and Automation Improvements:
.github/PSModule.yml
configuration file to set up the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional configuration options.dependencies
andgithub-actions
. (.github/dependabot.yml
)Cleanup of Old or Redundant Files:
.github/workflows/Linter.yml
,.github/linters/.jscpd.json
) [1] [2]