fix!: replace timeout_millis and connect_timeout_millis with Duration in DatanodeClientOptions #2039
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Semantic Pull Request" | |
on: | |
pull_request_target: | |
types: | |
- opened | |
- reopened | |
- edited | |
jobs: | |
check: | |
runs-on: ubuntu-20.04 | |
timeout-minutes: 10 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./.github/actions/setup-cyborg | |
- name: Check Pull Request | |
working-directory: cyborg | |
run: pnpm tsx bin/check-pull-request.ts | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |