Skip to content

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

Merged
Marius Storhaug (MariusStorhaug) merged 3 commits into
mainfrom
dependabot
Oct 5, 2025
Merged

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

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

Description

This pull request updates and simplifies the repository's GitHub workflow and configuration files, focusing on consolidating CI processes, updating dependencies, and cleaning up unused configuration. The main changes include enabling scheduled and manual runs for the main CI workflow, removing redundant or obsolete workflow files, and updating the PSModule workflow version.

Workflow and CI configuration updates:

  • The main Process-PSModule workflow (.github/workflows/Process-PSModule.yml) is now triggered by scheduled (nightly), manual, and pull request events, consolidating CI triggers in a single workflow.
  • The PSModule workflow version was updated from v4 to v5 to use the latest features and fixes.
  • The separate Nightly-Run workflow was removed as its functionality is now handled by the updated Process-PSModule workflow.

Linter and code quality configuration:

  • The Linter workflow and its associated configuration for code linting were removed, possibly to be replaced or consolidated elsewhere.
  • The JSCPD (duplicate code detection) configuration file was deleted, indicating a shift away from or replacement of this tool.

Dependency management improvements:

  • Dependabot configuration was updated to automatically label GitHub Actions updates with dependencies and github-actions for better tracking.

PSModule workflow configuration:

  • A new .github/PSModule.yml file was added to configure the Process-PSModule workflow, specifying code coverage targets and providing a template for further customization.

Copilot AI review requested due to automatic review settings October 5, 2025 07:35
Copy link
Copy Markdown
Contributor

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 consolidates CI workflow management by combining separate workflows into a single comprehensive pipeline, updates the PSModule workflow to version 5, and streamlines repository configuration. The changes eliminate redundant workflows while maintaining functionality through the enhanced main workflow.

Key changes:

  • Consolidated nightly and manual runs into the main Process-PSModule workflow
  • Updated Process-PSModule from v4 to v5
  • Removed redundant linter workflow and configuration files

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 Added workflow_dispatch and schedule triggers, updated to v5, removed dynamic run-name
.github/workflows/Nightly-Run.yml Removed redundant workflow (functionality moved to main workflow)
.github/workflows/Linter.yml Removed linter workflow and its configuration
.github/linters/.jscpd.json Removed JSCPD configuration file
.github/dependabot.yml Added labels for better categorization of 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.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 2a68ed2 into main Oct 5, 2025
38 checks passed
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 5, 2025

Module Uri - 1.1.3 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 5, 2025

GitHub release for Uri v1.1.3 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