Skip to content

Conversation

MariusStorhaug
Copy link
Member

Description

This pull request restructures and updates the repository's GitHub workflow and configuration files. The main focus is on consolidating and modernizing CI/CD processes, removing unused or redundant configurations, and improving automation labeling. The most important changes are grouped below:

Workflow Consolidation and Updates:

  • The Process-PSModule.yml workflow now includes both scheduled (nightly) and manual triggers, as well as pull request triggers, consolidating the previous separate nightly workflow into a single file. (.github/workflows/Process-PSModule.yml, .github/workflows/Nightly-Run.yml) [1] [2]
  • The Process-PSModule workflow now uses version v5 of the upstream reusable workflow, updating from v4. (.github/workflows/Process-PSModule.yml)

Configuration and Automation Improvements:

  • Added a .github/PSModule.yml configuration file to set up the Process-PSModule workflow, specifying code coverage targets and providing placeholders for additional configuration options.
  • Updated dependabot configuration to automatically label GitHub Actions update PRs with dependencies and github-actions. (.github/dependabot.yml)

Cleanup of Old or Redundant Files:

  • Removed the linter workflow and its configuration, as well as the JSCPD linter configuration file, indicating a shift away from these tools or a move to a different linting strategy. (.github/workflows/Linter.yml, .github/linters/.jscpd.json) [1] [2]

@MariusStorhaug MariusStorhaug self-assigned this Oct 4, 2025
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner October 4, 2025 16:35
@Copilot Copilot AI review requested due to automatic review settings October 4, 2025 16:35
Copy link

@Copilot 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

Updates the repository's CI/CD workflows by consolidating the nightly and pull request workflows, upgrading to Process-PSModule v5, and removing linting infrastructure while adding configuration for the updated workflow system.

  • Consolidated separate nightly and PR workflows into a single Process-PSModule workflow with multiple triggers
  • Upgraded Process-PSModule workflow from v4 to v5
  • Added workflow configuration file and improved 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, added workflow_dispatch and schedule triggers, removed custom run-name
.github/workflows/Nightly-Run.yml Removed separate nightly workflow (consolidated into Process-PSModule.yml)
.github/workflows/Linter.yml Removed linter workflow entirely
.github/linters/.jscpd.json Removed JSCPD linter configuration
.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.

@MariusStorhaug MariusStorhaug merged commit b783bc4 into main Oct 4, 2025
38 checks passed
@MariusStorhaug MariusStorhaug deleted the dependabot branch October 4, 2025 16:48
Copy link

github-actions bot commented Oct 4, 2025

Module PublicIP - 1.1.5 published to the PowerShell Gallery.

Copy link

github-actions bot commented Oct 4, 2025

GitHub release for PublicIP v1.1.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.

1 participant