[go: nahoru, domu]

Skip to content

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface #3817

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface

Adapt hdfs_artifact_repo to new pyarrow HdfsFileSystem interface #3817

Workflow file for this run

name: Advice
on:
pull_request_target:
types:
- opened
permissions:
contents: read
jobs:
notify:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
pull-requests: write # advice.js comments on PRs
steps:
- uses: actions/checkout@v4
with:
sparse-checkout: |
.github
- uses: actions/github-script@v7
with:
script: |
const script = require(
`${process.env.GITHUB_WORKSPACE}/.github/workflows/advice.js`
);
script({ context, github });