Commit b783bc4
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#23)
## Description
This pull request restructures and updates the repository's GitHub
workflow and configuration files. The main focus is on consolidating and
modernizing CI/CD processes, removing unused or redundant
configurations, and improving automation labeling. The most important
changes are grouped below:
**Workflow Consolidation and Updates:**
* The `Process-PSModule.yml` workflow now includes both scheduled
(nightly) and manual triggers, as well as pull request triggers,
consolidating the previous separate nightly workflow into a single file.
(`.github/workflows/Process-PSModule.yml`,
`.github/workflows/Nightly-Run.yml`)
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-ae7e03d0a8740974e1848d0dc7322a8b3f3f4898b37bfd5b226dff69096bb8dfL1-L16)
* The `Process-PSModule` workflow now uses version `v5` of the upstream
reusable workflow, updating from `v4`.
(`.github/workflows/Process-PSModule.yml`)
**Configuration and Automation Improvements:**
* Added a `.github/PSModule.yml` configuration file to set up the
Process-PSModule workflow, specifying code coverage targets and
providing placeholders for additional configuration options.
* Updated dependabot configuration to automatically label GitHub Actions
update PRs with `dependencies` and `github-actions`.
(`.github/dependabot.yml`)
**Cleanup of Old or Redundant Files:**
* Removed the linter workflow and its configuration, as well as the
JSCPD linter configuration file, indicating a shift away from these
tools or a move to a different linting strategy.
(`.github/workflows/Linter.yml`, `.github/linters/.jscpd.json`)
[[1]](diffhunk://#diff-482e65806ed9e4a7320f14964764086b91fed4a28d12e4efde1776472e147e79L1-L32)
[[2]](diffhunk://#diff-557094e283c00b23265c1c75872f41c6b1a524a00f0d99dd68ebd22cb63bfdd6L1-L10)1 parent 0454aca commit b783bc4
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