🩹 [Patch]: Bump Process-PSModule to v5#4
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This pull request updates the repository's GitHub Actions configuration to bump the Process-PSModule workflow to version 5 and consolidate workflow triggers. The changes streamline automation by removing redundant workflows and enhancing dependency management.
- Upgraded Process-PSModule workflow from v4 to v5 and consolidated scheduled/manual triggers
- Removed redundant Nightly-Run and Linter workflows that duplicated functionality
- Added configuration for Process-PSModule workflow and enhanced dependabot labeling
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 and added workflow_dispatch/schedule triggers |
| .github/workflows/Nightly-Run.yml | Removed redundant workflow now handled by Process-PSModule.yml |
| .github/workflows/Linter.yml | Removed separate linter workflow |
| .github/linters/.jscpd.json | Removed linter configuration file |
| .github/dependabot.yml | Added automatic labeling for GitHub Actions dependencies |
| .github/PSModule.yml | Added new configuration file for Process-PSModule workflow |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Module Twitch - 0.0.4 published to the PowerShell Gallery. |
|
GitHub release for Twitch v0.0.4 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 the repository's GitHub Actions configuration to streamline workflows and improve automation. The main changes include consolidating scheduled and manual workflow triggers, upgrading to the latest reusable workflow version, removing unused or redundant workflow and linter configuration files, and enhancing dependency update labeling.
Workflow and Automation Improvements:
cron) and manual (workflow_dispatch) triggers into the mainProcess-PSModule.ymlworkflow, allowing both nightly and manual runs from a single workflow file.v4tov5inProcess-PSModule.ymlfor improved features and compatibility..github/PSModule.ymlconfiguration file to set up code coverage targets and provide additional workflow configuration for the Process-PSModule workflow.dependabot.ymlto automatically label GitHub Actions dependency PRs withdependenciesandgithub-actionsfor easier triage.Cleanup and Removal of Redundant Files:
Nightly-Run.ymlworkflow, as its functionality is now covered by the updatedProcess-PSModule.yml.Linter.ymlworkflow and its associated JSCPD linter configuration, indicating that automated linting is no longer run via GitHub Actions. [1] [2]