Commit 469ee10
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#34)
## Description
This pull request makes several updates to the repository's GitHub
workflow and configuration files, focusing on improving workflow
automation, updating dependencies, and cleaning up unused files. The
main changes include updating the Process-PSModule workflow to a new
version with additional configuration, removing obsolete workflow files,
and refining dependency management.
**Workflow and CI/CD improvements:**
* Updated `.github/workflows/Process-PSModule.yml` to use
`workflow.yml@v5` instead of `v4`, added nightly scheduling and workflow
dispatch triggers, and removed the custom run name.
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)
* Added a new `.github/PSModule.yml` configuration file to set a code
coverage target for the Process-PSModule workflow.
* Removed the obsolete `.github/workflows/Nightly-Run.yml` workflow,
consolidating nightly runs into the main Process-PSModule workflow.
* Removed the `.github/workflows/Linter.yml` workflow, indicating a
change in how linting is handled or a move away from the previous linter
setup.
**Dependency and configuration updates:**
* Updated `.github/dependabot.yml` to automatically add `dependencies`
and `github-actions` labels to PRs created for GitHub Actions updates.
* Removed the `.github/linters/.jscpd.json` configuration file, likely
indicating the removal or replacement of duplicate code detection
tooling.1 parent 68aacc9 commit 469ee10
File tree
6 files changed
+28
-61
lines changed- .github
- linters
- workflows
6 files changed
+28
-61
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | | - | |
| 30 | + | |
30 | 31 | | |
0 commit comments