Commit 4e82bfd
authored
fix: multi-runner-build-workflow release-please excludes (#1572)
fix: scope multi-runner-build-workflow release path to its workflow file
Previously the package tracked the entire .github/workflows directory and
excluded only release-please.yml and zizmor.yaml. As more unrelated
workflows were added (build-*, flux-diff, terragrunt, org-*, shared-*,
test-use-mise) they could trigger spurious version bumps of the
multi-runner-build-workflow component, and the zizmor.yaml exclude
became stale after that file was renamed to shared-zizmor.yml.
Expand the exclude list to cover every workflow file other than
multi-runner-build.yml itself.1 parent 4e5ef4c commit 4e82bfd
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
0 commit comments