CuteChuanChuan opened a new pull request, #9630: URL: https://github.com/apache/arrow-rs/pull/9630
# Which issue does this PR close? - Closes #9536. # Rationale for this change `ubuntu-slim` is a cost-efficient, 1-vCPU GitHub Actions runner designed for lightweight jobs that run under a minute. Switching applicable jobs saves ASF infrastructure usage. # What changes are included in this PR? Switch `runs-on: ubuntu-latest` to `runs-on: ubuntu-slim` for three lightweight CI jobs: - `take.yml` → `issue_assign` (assigns issues via `actions/github-script`) - `dev_pr.yml` → `process` (labels PRs via `actions/labeler`) - `dev.yml` → `prettier` (Markdown format check via Node.js + prettier) # Are these changes tested? CI-only changes. The jobs will be validated when this PR's CI runs. # 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]
