[Core] RayCluster supports virtual cluster #1
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: Adds issues with "datasets" label to Data Team GitHub project | |
on: | |
issues: | |
types: | |
- opened | |
- labeled | |
jobs: | |
add-to-project: | |
name: Add Datasets issues to Data Team project | |
runs-on: ubuntu-latest | |
permissions: | |
repository-projects: write | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/ray-project/projects/31 | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
labeled: datasets |