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
* fix(cache): display server-provided skipped message in cache step
Use the new `skipped_message` field from the StoreResponse proto when
available, falling back to the existing hardcoded message for backward
compatibility with older controllers.
* docs(cache): clarify cache write behavior with read-only tokens
Document that cache writes require read-write tokens, and that
read-only tokens on PRs are expected — cache entries are written
by main branch workflows and restored on PRs.
* docs(cache): update base-branch and cache write docs for scoped tokens
Rewrite base-branch section to reflect that PR branches typically use
read-only tokens and cannot write to cache. Consolidate with the cache
writes section to avoid duplication. Add note about using read-write
tokens on non-protected branches.
0 commit comments