Skip to content

🩹 [Patch]: Bump Process-PSModule to v5#7

Merged
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
dependabot
Oct 4, 2025
Merged

🩹 [Patch]: Bump Process-PSModule to v5#7
Marius Storhaug (MariusStorhaug) merged 3 commits intomainfrom
dependabot

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

Description

This pull request primarily updates and simplifies the project's GitHub workflow and configuration files. It consolidates nightly and pull request workflows, updates workflow versions, removes unused linter and configuration files, and improves automation labeling for dependency updates.

Workflow and Automation Updates:

  • Consolidated the nightly run and pull request workflows into a single workflow (Process-PSModule.yml), now triggered by both scheduled (nightly) and pull request events. The workflow also now uses version 5 of the reusable workflow instead of version 4. (.github/workflows/Process-PSModule.yml, .github/workflows/Nightly-Run.yml) [1] [2] [3]
  • Added a configuration file for the Process-PSModule workflow, setting the code coverage target for tests. (.github/PSModule.yml)
  • Updated Dependabot configuration to automatically add dependencies and github-actions labels to GitHub Actions dependency update PRs. (.github/dependabot.yml)

Cleanup and Removal of Unused Files:

  • Removed the linter workflow and its associated configuration, as well as the JSCPD (copy-paste detector) config file, indicating a simplification or migration of linting responsibilities. (.github/workflows/Linter.yml, .github/linters/.jscpd.json) [1] [2]

Copilot AI review requested due to automatic review settings October 4, 2025 07:51
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request modernizes the GitHub workflow infrastructure by consolidating workflows and updating to Process-PSModule v5. The changes streamline automation processes while removing deprecated linting configurations.

  • Consolidated nightly and pull request workflows into a single Process-PSModule workflow
  • Updated to Process-PSModule v5 from v4
  • Removed standalone linter workflow and configuration files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/Process-PSModule.yml Added schedule and workflow_dispatch triggers, updated to v5
.github/workflows/Nightly-Run.yml Removed standalone nightly workflow (consolidated)
.github/workflows/Linter.yml Removed standalone linter workflow
.github/linters/.jscpd.json Removed JSCPD configuration file
.github/dependabot.yml Added automatic labeling for dependency updates
.github/PSModule.yml Added configuration file for Process-PSModule workflow

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread .github/workflows/Process-PSModule.yml
Comment thread .github/PSModule.yml Outdated
@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 673d441 into main Oct 4, 2025
38 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 4, 2025

Module GZip - 0.0.5 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 4, 2025

GitHub release for GZip v0.0.5 has been created.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants