🩹 [Patch]: Bump Process-PSModule to v5 #533
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.
This pull request updates and simplifies the repository's GitHub workflow and configuration files, focusing on workflow consolidation, dependency management, and configuration cleanup. The main changes include merging the nightly and pull request workflows, updating workflow versions, improving Dependabot labeling, and removing unused configuration files.
Workflow consolidation and updates:
.github/workflows/Process-PSModule.yml
file, which now runs on both a nightly schedule and on pull requests tomain
. The workflow was also updated to useworkflow.yml@v5
and to inherit secrets, simplifying maintenance. [1] [2] [3].github/workflows/Nightly-Run.yml
and.github/workflows/Linter.yml
files, consolidating workflow logic and eliminating redundant jobs. [1] [2]Dependency management:
.github/dependabot.yml
to automatically adddependencies
andgithub-actions
labels to PRs created for GitHub Actions updates, improving visibility and triage of dependency updates.Configuration cleanup:
.github/linters/.jscpd.json
file, indicating that JSCPD duplicate code detection is no longer configured or required in this repository..github/PSModule.yml
configuration file to set a code coverage target for tests, supporting the Process-PSModule workflow.