CuteChuanChuan opened a new pull request, #21252: URL: https://github.com/apache/datafusion/pull/21252
## Which issue does this PR close? - Closes #20870. ## Rationale for this change `ubuntu-slim` is a cost-efficient runner that can save ASF infrastructure resources for lightweight CI jobs. This was raised in the Apache ORC project and adopted by other Apache projects like iceberg-rust (apache/iceberg-rust#2187). ## What changes are included in this PR? Switch 6 lightweight CI jobs from `ubuntu-latest` to `ubuntu-slim`: - `take.yml`: `issue_assign` — curl API calls only - `large_files.yml`: `check-files` — git commands only - `stale.yml`: `close-stale-prs` — actions/stale - `labeler.yml`: `process` — actions/labeler - `codeql.yml`: `analyze` — codeql-action on Actions YAML - `dev.yml`: `prettier` — setup-node + prettier ## Are these changes tested? CI only — this changes the runner type, not workflow logic. ## Are there any user-facing changes? No. -- 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]
