Problem
Changes to .github/actions/setup-windows-native/action.yml, including renames, are not classified as workflow changes. The gate therefore does not require rollback and migration notes even though CI and packaging jobs invoke that action.
Acceptance
- Classify the local Windows setup composite action and its prior rename path as workflow changes.
- Require existing workflow rollback and migration evidence.
- Add direct and rename controls.
Regression source
Discovered during review of PR #335. Follow up in a dedicated type:rectify PR after #335 merges; do not reopen the current P1-only batch.
Problem
Changes to
.github/actions/setup-windows-native/action.yml, including renames, are not classified as workflow changes. The gate therefore does not require rollback and migration notes even though CI and packaging jobs invoke that action.Acceptance
Regression source
Discovered during review of PR #335. Follow up in a dedicated
type:rectifyPR after #335 merges; do not reopen the current P1-only batch.