Files
docker-docs/.github
Craig Osterhout 7623c1d5fd stale workflow: update permissions (#25287)
<!--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>
2026-06-05 11:02:33 -07:00
..
2025-10-24 11:04:23 +02:00
2026-06-03 17:05:32 +00:00