Ma77Ball opened a new pull request, #8574:
URL: https://github.com/apache/texera/pull/8574

   ### What changes were proposed in this PR?
   - Run the stale-PR workflow daily instead of weekly so inactive PRs are 
caught promptly.
   - Close inactive ready-for-review PRs after 10 days: mark stale at 7 days, 
close 3 days later.
   - Close inactive draft PRs after 30 days via a second actions/stale pass: 
mark stale at 25 days, close 5 days later, using a separate `stale-draft` label 
so the two passes never collide.
   - Preserve the escape hatches: the `pinned` label, a milestone, or any new 
commit/comment resets the clock.
   ### Any related issues, documentation, discussions?
   Closes: #8573
   ### How was this PR tested?
   - CI/workflow-only change with no application code, so no unit tests apply.
   - Validate the workflow parses: `python3 -c "import yaml; 
yaml.safe_load(open('.github/workflows/stale.yml'))"` (or `actionlint 
.github/workflows/stale.yml`), expect no errors.
   - Scheduled runs only fire from the default branch; a reviewer can dry-run 
it from a branch via the Actions tab "Run workflow" (workflow_dispatch) and 
confirm the run succeeds and logs its stale/close counts.
   ### Was this PR authored or co-authored using generative AI tooling?
   Co-authored with Claude Opus 4.8 in compliance with ASF
   


-- 
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]

Reply via email to