Yicong-Huang opened a new pull request, #6868: URL: https://github.com/apache/texera/pull/6868
### What changes were proposed in this PR? Shorten the auto-stale timeline for pull requests in `.github/workflows/stale.yml`: PRs are now marked stale after 30 days of inactivity (was 60) and closed 7 days later (was 30), so the total inactivity window drops from 90 to 37 days. The stale/close messages and header comment are updated to match. Escape hatches (`pinned` label, milestone, draft state, any activity) are unchanged. ### Any related issues, documentation, discussions? Fixes #6865 ### How was this PR tested? - YAML-only config change to `actions/stale` inputs; no code paths affected. - Verified the new values and messages are consistent throughout the file. - The workflow runs on its weekly schedule and can be exercised via `workflow_dispatch`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Fable 5) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
