-
Notifications
You must be signed in to change notification settings - Fork 0
🩹 [Patch]: Workflow updates and folder restructuring #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this 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 PR removes the deprecated .github/release.yml configuration file as release functionality has been moved elsewhere.
Changes:
- Deleted
.github/release.ymlfile containing changelog and label configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this 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 5 out of 7 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this 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 5 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This PR updates the workflow configuration and restructures the source folder layout for consistency with other PSModule actions.
Changes
Workflow Updates
Auto-Release.ymltoRelease.ymlfor consistencyPSModule/Release-GHRepository@v2.0.1(replacing deprecatedAuto-Releaseaction)action.ymlandsrc/**Folder Restructuring
scripts/folder tosrc/for consistency with other PSModule actionsaction.ymlto reference the newsrc/main.ps1pathRemoved Files
.github/release.yml(release notes configuration).github/linters/.jscpd.json(JSCPD linter configuration)Impact