After the first pull request dashboard release containing #285 is promoted to the stable channel, remove the temporary code_ref compatibility wiring.
- Remove the ignored
workflow_call.inputs.code_ref input from pull-request-dashboard-repo.yml.
- Remove
code_ref from the three stable jobs in pull-request-dashboard.yml.
- Simplify
promote_rollout.py and its tests so promotion updates only the reusable-workflow pin.
- Remove the transition notes from the rollout documentation.
This must wait until that promotion because the currently stable v0.10.0 workflow still uses code_ref to check out its matching dashboard scripts.
After the first pull request dashboard release containing #285 is promoted to the stable channel, remove the temporary
code_refcompatibility wiring.workflow_call.inputs.code_refinput frompull-request-dashboard-repo.yml.code_reffrom the three stable jobs inpull-request-dashboard.yml.promote_rollout.pyand its tests so promotion updates only the reusable-workflow pin.This must wait until that promotion because the currently stable v0.10.0 workflow still uses
code_refto check out its matching dashboard scripts.