Support Distributed in cudf-polars tests and IR evaluation #4108
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: "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 }} |