Commit 859f087
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#95)
## Description
This pull request updates the repository’s GitHub workflow and
configuration files to streamline CI processes and improve automation.
The main changes include updating the Process-PSModule workflow to the
latest version, consolidating scheduled and manual triggers, removing
unused workflow and linter files, and making minor configuration
updates.
**Workflow and CI configuration updates:**
* Updated `.github/workflows/Process-PSModule.yml` to use the latest
`PSModule/Process-PSModule` workflow version (`v5`) and added both
manual (`workflow_dispatch`) and scheduled (`cron`) triggers,
consolidating functionality previously in the removed `Nightly-Run.yml`.
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)
[[3]](diffhunk://#diff-ae7e03d0a8740974e1848d0dc7322a8b3f3f4898b37bfd5b226dff69096bb8dfL1-L16)
**Cleanup of unused configuration files:**
* Removed `.github/workflows/Linter.yml` and
`.github/linters/.jscpd.json` as part of cleaning up unused or redundant
CI and linter configurations.
[[1]](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L1-L32)
[[2]](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6L1-L10)
**Dependency management improvements:**
* Added default labels (`dependencies`, `github-actions`) for GitHub
Actions updates in `.github/dependabot.yml` to improve dependency PR
categorization.
**New workflow configuration:**
* Added `.github/PSModule.yml` to configure the Process-PSModule
workflow, specifying code coverage targets and providing placeholders
for additional test and build settings.1 parent d4bb848 commit 859f087
6 files changed
Lines changed: 28 additions & 61 deletions
File tree
- .github
- linters
- workflows
| 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