Skip to content

SCHED-1228 Create active cjeck with force options to upgrade cuda, nccl-tests, etc #3522

SCHED-1228 Create active cjeck with force options to upgrade cuda, nccl-tests, etc

SCHED-1228 Create active cjeck with force options to upgrade cuda, nccl-tests, etc #3522

Workflow file for this run

---
name: Label Checker
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
concurrency:
group: pr-${{ github.head_ref }}
cancel-in-progress: true
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: feat,feature,test,fix,bug,dependencies,deps,doc,docs,documentation,other,ignore-for-release,helm,go,images,observability,docker
repo_token: ${{ secrets.GITHUB_TOKEN }}