⚙️ [Maintenance]: Release automation now tracks important module changes#63
Conversation
No Significant Changes DetectedThis PR does not contain changes to files that would trigger a new release:
Build, test, and publish stages will be skipped for this PR. If you believe this is incorrect, please verify that your changes are in the correct locations. |
Super-linter summary
All files and directories linted successfully For more information, see the GitHub Actions workflow run Powered by Super-linter |
There was a problem hiding this comment.
Pull request overview
This PR updates release automation configuration so module processing is scoped to meaningful file changes and uses a newer pinned Process-PSModule workflow version.
Changes:
- Adds important file patterns for
src/,README.md, andPSModule/. - Updates the reusable Process-PSModule workflow pin from
v5.4.6tov5.5.2.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/PSModule.yml |
Defines the file patterns considered important for processing runs. |
.github/workflows/Process-PSModule.yml |
Pins the reusable workflow to the newer Process-PSModule commit/version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
edf974b
into
main
Release automation now updates only when meaningful module files change, and the shared Process-PSModule workflow is pinned to a newer framework release. This keeps maintenance runs aligned with source-impacting edits while reducing noise from unrelated repository changes.
Changed: Important file detection for processing runs
The repository configuration now defines important file patterns so processing logic treats source, documentation entrypoint, and module project files as the meaningful change surface.
Changed: Workflow framework version
The Process-PSModule reusable workflow reference is updated from
v5.4.6tov5.5.2, enabling workflow behavior that supports the configured important file patterns and current maintenance pipeline expectations.Technical Details
.github/PSModule.ymlto addImportantFilePatternsforsrc/,README.md, andPSModule/..github/workflows/Process-PSModule.ymlto pinPSModule/Process-PSModuleworkflow toe8f5b22925c5a4dcf462d8b212570b66ce6a8df4(v5.5.2).