forked from heavy-duty/ceremony
13 lines
733 B
Markdown
13 lines
733 B
Markdown
|
|
### Fixed
|
||
|
|
|
||
|
|
- `drills/README.md` no longer tells the builder to delete the scratch repo —
|
||
|
|
a step no fleet identity can perform, because `delete_repo` is deliberately
|
||
|
|
absent from bot tokens. The builder's end state is **archive**
|
||
|
|
(`archived: true`, inside the `repo` scope); the delete is the operator's,
|
||
|
|
and cleanup gates nothing — not ready-for-review, not the panel, not the
|
||
|
|
merge. The drill record now names the scratch repo by `owner/name` and
|
||
|
|
states the disposal its author actually observed, never one that has not
|
||
|
|
happened: both 0.2.0 drills hit the missing-scope wall independently, one
|
||
|
|
stalling a release draft on an impossible 403, the other shipping a record
|
||
|
|
asserting a delete that never ran (#135).
|