mirror of
https://github.com/docker/docs.git
synced 2026-06-19 07:35:16 +00:00
7623c1d5fd
<!--Delete sections as needed --> ## Description Fix stale action not closing PRs due to missing `actions: write` permission The stale action uses GitHub Actions cache to persist state between runs. Without `actions: write`, it can't delete its `_state` cache entry (fails with 403), so the old state accumulates and PRs in that cached state are permanently skipped with `processed during the previous run`, meaning they never get evaluated for closing. Confirmed via Actions logs: PR #23598 was marked stale on April 24 but has never been evaluated for closing because it appears in the stuck cache state every run. ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>