Skip to content

Conversation

MariusStorhaug
Copy link
Member

Description

This pull request updates the repository's GitHub workflow and configuration files to streamline CI processes, improve dependency management, and clean up unused configurations. The most significant changes involve consolidating scheduled and manual workflow triggers, updating workflow dependencies, and removing unused linter and nightly run workflows.

Workflow and CI improvements:

  • The Process-PSModule workflow is now triggered by both scheduled (nightly) and manual (workflow_dispatch) events, consolidating the previously separate nightly run into a single workflow. The workflow has also been updated to use version v5 of the upstream reusable workflow for improved compatibility and features. [1] [2] [3]
  • The .github/PSModule.yml file was added to configure the Process-PSModule workflow, specifying test code coverage targets and providing placeholders for additional configuration options.

Dependency management:

  • Dependabot configuration was updated to automatically label GitHub Actions updates with dependencies and github-actions, improving tracking and triage of dependency PRs.

Repository cleanup:

  • The linter workflow (.github/workflows/Linter.yml) and its associated configuration file (.github/linters/.jscpd.json) were removed, indicating a shift away from automated linting in CI. [1] [2]
  • The separate nightly run workflow (.github/workflows/Nightly-Run.yml) was removed, as its functionality is now handled by the updated Process-PSModule workflow.

@MariusStorhaug MariusStorhaug self-assigned this Oct 4, 2025
@MariusStorhaug MariusStorhaug requested a review from a team as a code owner October 4, 2025 07:12
@Copilot Copilot AI review requested due to automatic review settings October 4, 2025 07:12
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

This pull request consolidates GitHub workflow management by updating the Process-PSModule workflow to version 5 and removing redundant CI components. The changes streamline automation by combining scheduled and manual workflow triggers while eliminating separate linter and nightly run workflows.

  • Updated Process-PSModule workflow to v5 with consolidated scheduling and manual dispatch triggers
  • Removed redundant Nightly-Run and Linter workflows to reduce CI complexity
  • Added configuration file for Process-PSModule workflow with test coverage settings
  • Enhanced Dependabot configuration with automatic labeling for GitHub Actions updates

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 redundant workflow (functionality moved to Process-PSModule)
.github/workflows/Linter.yml Removed linter workflow and associated configuration
.github/linters/.jscpd.json Removed linter configuration file
.github/dependabot.yml Added automatic labeling for GitHub Actions 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 MariusStorhaug merged commit ee673e6 into main Oct 4, 2025
38 checks passed
@MariusStorhaug MariusStorhaug deleted the dependabot branch October 4, 2025 07:29
Copy link

github-actions bot commented Oct 4, 2025

Module Fonts - 1.1.23 published to the PowerShell Gallery.

Copy link

github-actions bot commented Oct 4, 2025

GitHub release for Fonts v1.1.23 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