Skip to content

Fix VirtualMachineCRCErrors not stop firing #71

Fix VirtualMachineCRCErrors not stop firing

Fix VirtualMachineCRCErrors not stop firing #71

name: Add reviewer from sig-monitoring to PR
on:
pull_request_target:
types: [opened, synchronize]
paths:
- internal/operands/metrics/*
- internal/common/resource.go
- docs/metrics.md
- tests/metrics_test_utils.go
- tools/metricsdocs/*
jobs:
add_reviewer:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Add Reviewer
id: add_reviewer
run: gh pr comment ${{ github.event.pull_request.number }} --body "/cc sradco"
env:
GITHUB_TOKEN: ${{ github.token }}