You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(pm): record three measured auto-merge/label platform readings (#17523)
Three deduplicated readings land in the pm-dispatch platform readings
table, in the queue-membership and auto-merge section:
- arming auto-merge on a PR whose checks are all complete enqueues at
once (28-60 s from the enable call to `added_to_merge_queue` here),
so no window stands between arming and landing;
- a call made before mergeability settles arms classic auto-merge
without enqueueing; the settled call is the one that enqueues;
- a GitHub label description is capped at 100 characters, longer ones
refused with 422.
A fourth candidate reading — that an empty-method success line from
`enable_pr_auto_merge` is a real arming rather than the documented
graceful no-op — is already carried on the tree and lands no line.
The line ceiling for the readings file moves 422 -> 425 under the
standing one-file exception, recorded as a `ruledRaises` record that
quotes it.
Claude-Session: https://claude.ai/code/session_01YKEjmbYNvYWJvWGSWx26zK
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments