[go: nahoru, domu]

Skip to content

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface #4210

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface #4210

Workflow file for this run

name: Patch
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
contents: read
defaults:
run:
shell: bash --noprofile --norc -exo pipefail {0}
jobs:
patch:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
permissions:
pull-requests: write
timeout-minutes: 120
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: actions/github-script@v7
with:
script: |
const script = require('./.github/workflows/patch.js');
await script({ github, context, core });