Commit a0ede9f
committed
chore(workflows): Upgrade github-push-action and format Dependabot conditions
Updates the `ad-m/github-push-action` dependency from version v1.2.0 to v1.3.0 in both the primary `.github/workflows/Auto.yml` and the internal `Workflow/Auto.yml` template. This ensures the automated push jobs utilize the latest features and fixes available in the action.
Additionally, this commit reformats the conditional logic (`if` statements) in `Workflow/InnerDependabot.yml`. The complex boolean checks for `dependabot[bot]` in the `Approve` and `Merge` jobs have been split across multiple lines. This change improves the readability of the workflow definitions and aligns them with consistent YAML formatting standards, making future maintenance of these conditions easier.
These changes affect the CI/CD pipeline's reliability and code clarity without altering the underlying business logic.1 parent dbbab6e commit a0ede9f
3 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| |||
0 commit comments