-
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 13 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.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -24,13 +24,14 @@ | |||||||
| SETTINGS: ${{ inputs.Settings }} | ||||||||
| steps: | ||||||||
| - name: Checkout Code | ||||||||
| uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 | ||||||||
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | ||||||||
| with: | ||||||||
| persist-credentials: false | ||||||||
| fetch-depth: 0 | ||||||||
|
|
||||||||
| - name: Publish module | ||||||||
| uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0 | ||||||||
| # uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0 | ||||||||
| uses: PSModule/Publish-PSModule@workflow-updates | ||||||||
|
||||||||
| # uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0 | |
| uses: PSModule/Publish-PSModule@workflow-updates | |
| uses: PSModule/Publish-PSModule@e1b338d1266dee28c6d6218756979597c8a77b7a # v2.2.0 |
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.