Skip to content

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

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

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

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

Description

This pull request makes several updates to the repository's GitHub Actions workflows and configuration files, focusing on simplifying CI/CD processes, updating dependencies, and improving test configuration. The most important changes include consolidating scheduled and manual workflow triggers, updating workflow versions, removing unused workflow files and linter configurations, and adding code coverage targets.

Workflow and CI/CD Improvements:

  • Consolidated the scheduled (nightly) and manual triggers into the main Process-PSModule.yml workflow, removing the separate Nightly-Run.yml file and adding both workflow_dispatch and schedule triggers to Process-PSModule.yml. [1] [2]
  • Updated the reusable workflow version used by Process-PSModule.yml from v4 to v5 for improved reliability and features.

Configuration and Dependency Management:

  • Added a .github/PSModule.yml configuration file to set a code coverage target of 50% for tests, improving test quality standards.
  • Updated dependabot.yml to automatically add dependencies and github-actions labels to GitHub Actions dependency PRs.

Linter and Code Quality Tools:

  • Removed the Linter.yml workflow and the .jscpd.json configuration file, streamlining the repository by eliminating unused or redundant linting and code duplication checks. [1] [2]

Copilot AI review requested due to automatic review settings October 4, 2025 11:47
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 consolidates GitHub Actions workflows and updates the Process-PSModule workflow to version 5. The changes simplify CI/CD processes by merging scheduled and manual triggers into a single workflow while removing unused linting configurations.

  • Consolidated workflow triggers by moving scheduled and manual execution capabilities into the main Process-PSModule workflow
  • Updated Process-PSModule workflow from v4 to v5
  • Removed redundant Linter workflow and associated 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 workflow version to v5
.github/workflows/Nightly-Run.yml Removed entire file as functionality moved to main workflow
.github/workflows/Linter.yml Removed entire file to eliminate redundant linting process
.github/linters/.jscpd.json Removed configuration file for unused code duplication checker
.github/dependabot.yml Added automatic labeling for GitHub Actions dependency PRs
.github/PSModule.yml Added new configuration file with 50% code coverage target

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

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

github-actions bot commented Oct 4, 2025

Module LinkedIn - 0.0.5 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 4, 2025

GitHub release for LinkedIn 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