Skip to content

Continue on failures in cudf.pandas integration tests CI job #3698

Continue on failures in cudf.pandas integration tests CI job

Continue on failures in cudf.pandas integration tests CI job #3698

Workflow file for this run

name: "Auto Assign PR"
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
jobs:
add_assignees:
runs-on: ubuntu-latest
if: ${{ ! github.event.pull_request.merged }}
steps:
- uses: actions-ecosystem/action-add-assignees@v1
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
assignees: ${{ github.actor }}