Yicong-Huang opened a new pull request, #5419: URL: https://github.com/apache/texera/pull/5419
### What changes were proposed in this PR? Adds `.github/workflows/stale.yml`, which marks open pull requests as `stale` after 60 days of inactivity and closes them after another 30 days. Issues are not affected. The workflow runs weekly on Mondays at 01:00 UTC and can also be triggered manually via `workflow_dispatch`. Three escape hatches keep a PR alive: the `pinned` label, an attached milestone, or draft state. Any push, comment, or review action automatically removes the `stale` label. Note for maintainers: the `pinned` label does not exist in the repository yet and should be created (any color) before the first scheduled run, otherwise the escape-hatch path is empty. ### Any related issues, documentation, discussions? Closes #5418. ### How was this PR tested? Manually verified the YAML parses cleanly and the `actions/stale@v9` input schema accepts every option used. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Opus 4.7) -- 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]
