Commit 3d53e12
authored
🩹 [Patch]: Remove unimportant files from the
## Summary
Remove the `Process-PSModule.yml` workflow file pattern and `examples/`
directory from the important files list that determines whether a PR
should trigger a release.
## Changes
### Modified
- **src/main.ps1**:
- Removed `.github/workflows/Process-PSModule.yml` from the
`$importantPatterns` array
- Removed `examples/` from the `$importantPatterns` array
- Updated the documentation table in PR comments accordingly
## Reason for Change
- **Workflow file**: Changes to the workflow file are
maintenance/infrastructure changes, not functional changes to the module
itself
- **Examples**: Examples are not currently included in documentation
generation, so changes to them should not trigger releases
## Impact
PRs that only modify the workflow file or example scripts will no longer
trigger build, test, and publish stages unless other important files
(src/ or README.md) are also modified.
## Release Note
- Workflow file and example script changes no longer trigger module
releasesimportantFiles pattern list (#14)1 parent 9fded0d commit 3d53e12
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
257 | 256 | | |
258 | | - | |
259 | 257 | | |
260 | 258 | | |
261 | 259 | | |
| |||
286 | 284 | | |
287 | 285 | | |
288 | 286 | | |
289 | | - | |
290 | 287 | | |
291 | | - | |
292 | 288 | | |
293 | 289 | | |
294 | 290 | | |
| |||
0 commit comments