NoahKusaba opened a new pull request, #2475: URL: https://github.com/apache/datafusion-ballista/pull/2475
# Rationale for this change `stale.yml` was committed to the repository root in #1488. GitHub only looks for workflows in `.github/workflows/`, so it has never run. # What changes are included in this PR? - Move it to `.github/workflows/stale.yml`. - Move `permissions` to the top level, and add `workflow_dispatch` and a `timeout-minutes`. Behaviour is unchanged from what #1488 intended: it runs nightly, marks PRs with no activity for 60 days as stale, and closes them 7 days later. Issues are left alone. Drafts are not exempt. # Are there any user-facing changes? **Yes, for contributors, and this needs an explicit yes from a maintainer.** Because the workflow has never run, its first nightly run sweeps the whole backlog. As of 2026-09-13, 8 of the 45 open PRs had no activity for 60 days, including 3 drafts. They would be marked stale and closed 7 days later unless someone comments. If that's not wanted, alternatives are exempting drafts (`exempt-draft-pr: true`), a longer window, or deleting `stale.yml` instead. Split out of #2438 to make it easier to review. 🤖 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
