Commit b6912ec
authored
🩹 [Patch]: Bump Process-PSModule to v5 (#5)
## Description
This pull request makes several updates to the repository's GitHub
workflow and configuration files, primarily to consolidate and improve
CI/CD processes. The main changes include updating the
`Process-PSModule` workflow to run on a schedule, removing redundant
workflows and configuration files, and updating dependencies labeling
for GitHub Actions. The changes streamline automation and cleanup unused
or outdated files.
**Workflow and CI/CD updates:**
* Updated `.github/workflows/Process-PSModule.yml` to add scheduled and
manual triggers, replacing the previous `Nightly-Run` workflow, and
updated the referenced workflow version to `v5` for improved automation
and maintenance.
[[1]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L3-R6)
[[2]](diffhunk://#diff-b4dbaea65a86cef96799e9783b18b31e96a456d476805312f52919d45a060603L29-R30)
* Removed the now-redundant `.github/workflows/Nightly-Run.yml` workflow
file.
* Removed the `.github/workflows/Linter.yml` workflow, eliminating
automated linting via Super-Linter.
**Configuration and dependency management:**
* Added a new `.github/PSModule.yml` configuration file to set a code
coverage target for the Process-PSModule workflow.
* Updated `.github/dependabot.yml` to automatically label GitHub Actions
updates with `dependencies` and `github-actions` for easier tracking.
* Removed the `.github/linters/.jscpd.json` configuration file, cleaning
up unused linter settings.1 parent 5267451 commit b6912ec
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