Commit 174a199
fix(tokens): drop the needs-attention suffix from the token push PR title (#3929)
A token push that could not verify itself titled its PR
'feat(tokens): update tokens from figma (needs attention)'. The suffix
outlives the problem: draft state and the blocking section in the body
both clear themselves as the PR is fixed and marked ready, but the title
has to be edited by hand, and this repo squash-merges with the PR title
as the commit message. Miss the cleanup and '(needs attention)' lands on
master permanently, as very nearly happened on #3925.
Draft state already carries the signal, and the reasons stay in the body.
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent a61f11e commit 174a199
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
513 | | - | |
| 513 | + | |
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| |||
0 commit comments