Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 23, 2026

🩹 [Patch]: Test important file changes and rename Auto-Release to Release-GHRepository

This PR updates the workflow to use the renamed release action.

Changed

  • Update Auto-Release.yml workflow to use PSModule/Release-GHRepository@v2 instead of the deprecated PSModule/Auto-Release@v1.9.5
  • Test important file changes
  • Update PSModule/GitHub-Script from v1.7.8 to v1.7.10 (SHA: 0097f3bbe3f413f3b577b9bcc600727b0ca3201a)

Summary

The PSModule/Auto-Release action has been renamed to PSModule/Release-GHRepository. This change updates the workflow configuration to reference the new action name and version.

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner January 23, 2026 19:22
Copilot AI review requested due to automatic review settings January 23, 2026 19:22
Copy link
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 updates GitHub Actions dependencies and modifies workflow configuration for testing and debugging purposes. The changes primarily focus on updating the actions/checkout action to v6.0.2 across all workflows, adding a Debug job, and modifying action references for testing.

Changes:

  • Updated actions/checkout from v6.0.1 (SHA: 8e8c483) to v6.0.2 (SHA: de0fac2) across 14 workflow files
  • Added new Debug job to main workflow using PSModule/Debug@main action
  • Changed PSModule/Get-PSModuleSettings action reference from v1.4.0 to feature/important-file-changes branch
  • Deleted .github/release.yml configuration file for GitHub's automatic release notes
  • Updated PR prompt template to clarify title format and add MCP tool usage guidance

Reviewed changes

Copilot reviewed 17 out of 17 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/workflows/workflow.yml Added Debug job using PSModule/Debug action
.github/workflows/Test-SourceCode.yml Updated actions/checkout to v6.0.2
.github/workflows/Test-ModuleLocal.yml Updated actions/checkout to v6.0.2
.github/workflows/Test-Module.yml Updated actions/checkout to v6.0.2 (2 instances)
.github/workflows/Publish-Module.yml Updated actions/checkout to v6.0.2
.github/workflows/Linter.yml Updated actions/checkout to v6.0.2
.github/workflows/Lint-SourceCode.yml Updated actions/checkout to v6.0.2
.github/workflows/Lint-Repository.yml Updated actions/checkout to v6.0.2
.github/workflows/Get-Settings.yml Updated actions/checkout to v6.0.2; changed Get-PSModuleSettings to feature branch
.github/workflows/Build-Site.yml Updated actions/checkout to v6.0.2
.github/workflows/Build-Module.yml Updated actions/checkout to v6.0.2
.github/workflows/Build-Docs.yml Updated actions/checkout to v6.0.2
.github/workflows/BeforeAll-ModuleLocal.yml Updated actions/checkout to v6.0.2
.github/workflows/Auto-Release.yml Updated actions/checkout to v6.0.2
.github/workflows/AfterAll-ModuleLocal.yml Updated actions/checkout to v6.0.2
.github/release.yml Deleted GitHub release notes configuration
.github/prompts/PSModule.pr.prompt.md Clarified PR title format and added MCP tool guidance

@github-actions
Copy link

ℹ️ No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

  • src/** - Module source code
  • examples/** - Example scripts
  • README.md - Documentation
  • .github/workflows/Process-PSModule.yml - Workflow configuration

Build and test stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

1 similar comment
@github-actions
Copy link

ℹ️ No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

  • src/** - Module source code
  • examples/** - Example scripts
  • README.md - Documentation
  • .github/workflows/Process-PSModule.yml - Workflow configuration

Build and test stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

Copilot AI review requested due to automatic review settings January 25, 2026 17:23
Copy link
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

Copilot reviewed 18 out of 18 changed files in this pull request and generated 1 comment.

@MariusStorhaug MariusStorhaug changed the title Test/important file changes 🧪 [Test]: Important file changes detection Jan 25, 2026
Copilot AI review requested due to automatic review settings January 25, 2026 21:32
@MariusStorhaug MariusStorhaug changed the title 🧪 [Test]: Important file changes detection 🩹[Patch]: Test important file changes and rename Auto-Release to Release-GHRepository Jan 25, 2026
Copy link
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

Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.

Copilot AI review requested due to automatic review settings January 25, 2026 22:06
Copy link
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

Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.

Copilot AI review requested due to automatic review settings January 27, 2026 09:33
Copy link
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

Copilot reviewed 18 out of 18 changed files in this pull request and generated 1 comment.

Comment on lines 33 to 34
# uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
uses: PSModule/Publish-PSModule@workflow-updates
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using a branch reference (@workflow-updates) instead of a pinned SHA or version tag is not recommended for production workflows. Branch references can change without notice, making builds non-reproducible and potentially introducing breaking changes. Replace this with a specific commit SHA or version tag once testing is complete.

Suggested change
# uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0
uses: PSModule/Publish-PSModule@workflow-updates
uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0

Copilot uses AI. Check for mistakes.
Copilot AI review requested due to automatic review settings January 27, 2026 22:26
Copy link
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

Copilot reviewed 20 out of 20 changed files in this pull request and generated 3 comments.


The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).

Use the GitHub MCP tools to create or update a pull request in the appropriate repository (fork or origin mode), with a structured release note style description, a title that includes an icon and change type, and labels based on the specified change type.
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description doesn't mention several significant changes in this pull request:

  1. Deletion of .github/release.yml (GitHub's automatic release notes configuration)
  2. Deletion of .github/linters/.jscpd.json (copy-paste detector configuration)
  3. Updates to .github/prompts/PSModule.pr.prompt.md (documentation for PR creation workflow)
  4. The temporary branch reference in Publish-Module.yml

The PR description should be updated to document these changes for better traceability and review context.

Copilot uses AI. Check for mistakes.
| ----------- | ---- | -------------- | -------------------------------------------|
| Major | 🌟 | `Major` | Breaking changes that affect compatibility |
| Minor | 🚀 | `Minor` | New features or enhancements |
| Patch | 🩹 | `Patch` | Small fixes or improvements |
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "Fix" change type is referenced in the execution steps (line 42, 145) and shown in examples (line 77), but it has been removed from the "Supported Change Types" table. This creates an inconsistency where the prompt instructs users about a change type that is no longer documented.

Either add "Fix" back to the table with its icon (🪲) and labels, or remove all references to "Fix" from the execution steps and examples.

Suggested change
| Patch | 🩹 | `Patch` | Small fixes or improvements |
| Patch | 🩹 | `Patch` | Small fixes or improvements |
| Fix | 🪲 | `Patch` | Bug fixes that resolve incorrect behavior |

Copilot uses AI. Check for mistakes.

- name: Auto-Release
uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5
uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2
Copy link

Copilot AI Jan 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR description states this workflow should use PSModule/Release-GHRepository@v2, but the actual change uses @5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2 (a specific commit SHA with a v2.0.2 tag comment). While this is more secure than using just @v2, the PR description should be updated to reflect the actual version being used (v2.0.2) for accuracy.

Copilot uses AI. Check for mistakes.
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