Ops Agent DCGM integration: Manually generate DCGM metadata with V1 and V2 metrics #431
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: 'Add Dashboard PR reviewers' | |
on: | |
pull_request: | |
types: [opened, ready_for_review] | |
paths: ["dashboards/**", "integrations/**"] | |
jobs: | |
add-owner: | |
runs-on: ubuntu-latest | |
steps: | |
- name: run | |
uses: kentaro-m/auto-assign-action@v1.2.3 | |
with: | |
configuration-path: ".github/review-assignment-config.yaml" |