-
Notifications
You must be signed in to change notification settings - Fork 0
🩹[Patch]: Test important file changes and rename Auto-Release to Release-GHRepository #272
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
Changes from all commits
64f6e27
e20bf0d
f8324b6
c62cc90
b3a8d40
51bc591
94da564
a2af56e
0387b5d
c7f8a84
be469e2
50c9854
0b403ab
150c481
e2ed0e5
addb663
89e3043
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -6,6 +6,8 @@ description: Create a pull request with a release note style description, approp | |||||||
|
|
||||||||
| 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. | ||||||||
|
|
||||||||
| ## User input | ||||||||
|
|
||||||||
| $ARGUMENTS | ||||||||
|
|
@@ -14,13 +16,13 @@ $ARGUMENTS | |||||||
|
|
||||||||
| ## Supported Change Types | ||||||||
|
|
||||||||
| | Type | Icon | Labels | Description | | ||||||||
| | ----- | ---- | -------------- | ------------------------------------------ | | ||||||||
| | Major | 🌟 | `Major` | Breaking changes that affect compatibility | | ||||||||
| | Minor | 🚀 | `Minor` | New features or enhancements | | ||||||||
| | Patch | 🩹 | `Patch` | Small fixes or improvements | | ||||||||
| | Fix | 🪲 | `Fix`, `Patch` | Bugfixes | | ||||||||
| | Docs | 📖 | `Docs` | Documentation changes only | | ||||||||
| | Type | Icon | Labels | Description | | ||||||||
| | ----------- | ---- | -------------- | -------------------------------------------| | ||||||||
| | Major | 🌟 | `Major` | Breaking changes that affect compatibility | | ||||||||
| | Minor | 🚀 | `Minor` | New features or enhancements | | ||||||||
| | Patch | 🩹 | `Patch` | Small fixes or improvements | | ||||||||
|
||||||||
| | Patch | 🩹 | `Patch` | Small fixes or improvements | | |
| | Patch | 🩹 | `Patch` | Small fixes or improvements | | |
| | Fix | 🪲 | `Patch` | Bug fixes that resolve incorrect behavior | |
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,11 +26,11 @@ jobs: | |
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Checkout Code | ||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||
| with: | ||
| persist-credentials: false | ||
|
|
||
| - name: Auto-Release | ||
| uses: PSModule/Auto-Release@eabd533035e2cb9822160f26f2eda584bd012356 # v1.9.5 | ||
| uses: PSModule/Release-GHRepository@5a5165d66f485d1aad217ef34a190178b214fdcb # v2.0.2 | ||
|
||
| with: | ||
| IncrementalPrerelease: false | ||
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.
The PR description doesn't mention several significant changes in this pull request:
.github/release.yml(GitHub's automatic release notes configuration).github/linters/.jscpd.json(copy-paste detector configuration).github/prompts/PSModule.pr.prompt.md(documentation for PR creation workflow)The PR description should be updated to document these changes for better traceability and review context.