Skip to content

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

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

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

Conversation

@MariusStorhaug
Copy link
Copy Markdown
Member

Description

This pull request updates several GitHub configuration files to streamline CI workflows and dependency management. The main changes remove unused or redundant workflows, update workflow triggers and permissions, and improve the labeling of dependency updates.

Workflow configuration and cleanup:

  • Deleted the .github/workflows/Linter.yml workflow, removing automated linting from the repository.
  • Deleted the .github/workflows/Nightly-Run.yml workflow, consolidating scheduled and manual workflow runs into a single workflow.
  • Updated .github/workflows/Process-PSModule.yml to add support for scheduled and manual triggers, and removed the custom run-name.
  • Updated the Process-PSModule job in .github/workflows/Process-PSModule.yml to use workflow.yml@v5 and inherit secrets, simplifying configuration.

Dependency management improvements:

  • Updated .github/dependabot.yml to automatically add dependencies and github-actions labels to GitHub Actions updates, improving visibility and triage.

Other configuration changes:

  • Removed the .github/linters/.jscpd.json file, indicating that code duplication checks are no longer configured.
  • Commented out or skipped several test and build steps in .github/PSModule.yml, likely to reduce unnecessary checks.

Copilot AI review requested due to automatic review settings October 3, 2025 21:13
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 streamlines GitHub Actions workflows and dependency management by consolidating redundant workflows and updating the Process-PSModule workflow to version 5. The changes remove automated linting and nightly run workflows while enhancing the main workflow with additional triggers and simplified configuration.

  • Consolidates scheduled and manual triggers into the main Process-PSModule workflow
  • Removes redundant Linter and Nightly-Run workflows to reduce maintenance overhead
  • Updates Process-PSModule to use v5 with simplified secret inheritance

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 schedule/manual triggers, simplified secrets
.github/workflows/Nightly-Run.yml Deleted redundant workflow
.github/workflows/Linter.yml Deleted automated linting workflow
.github/linters/.jscpd.json Removed code duplication check configuration
.github/dependabot.yml Added automatic labeling for dependency updates
.github/PSModule.yml Added commented test and build skip configurations

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

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 3e50466 into main Oct 3, 2025
36 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 3, 2025

Module Context7 - 0.0.2 published to the PowerShell Gallery.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Oct 3, 2025

GitHub release for Context7 v0.0.2 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