🩹 [Patch]: Bump Process-PSModule to v5#12
🩹 [Patch]: Bump Process-PSModule to v5#12Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
Adds labeling to Dependabot configuration so that PRs updating GitHub Actions receive consistent labels for easier filtering and triage.
- Add dependencies and github-actions labels to GitHub Actions Dependabot update entries
- No functional code changes; only configuration enhancement
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
…ess-PSModule configuration file
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 6 out of 6 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Base64 - 2.0.4 published to the PowerShell Gallery. |
|
GitHub release for Base64 v2.0.4 has been created. |
This pull request updates the repository's CI/CD and workflow configuration, primarily focusing on consolidating and modernizing GitHub Actions workflows. It removes redundant or legacy workflow files, updates dependencies, and introduces a new configuration for the Process-PSModule workflow. The changes streamline the automation setup and ensure compatibility with newer versions of external workflows.
Workflow and CI/CD configuration updates:
.github/PSModule.ymlconfiguration file for the Process-PSModule workflow, settingCodeCoverage.PercentTargetto 75 and providing placeholders for additional configuration options..github/workflows/Process-PSModule.ymlto add scheduled and manual triggers, replacing the previousNightly-Run.ymlworkflow, and upgraded the referenced reusable workflow from versionv4tov5. [1] [2].github/workflows/Nightly-Run.ymlworkflow, consolidating nightly and manual runs into the main Process-PSModule workflow..github/workflows/Linter.ymlworkflow, indicating a shift away from the previous linting setup.Dependency and configuration cleanup:
.github/dependabot.ymlto adddependenciesandgithub-actionslabels to GitHub Actions updates, improving dependency tracking..github/linters/.jscpd.jsonconfiguration file, likely reflecting the removal of the linter workflow.