fix(metrics): Correct the name of k8s hpa metrics (part of kube-state-metrics) #7890
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: PRs labels check | |
on: | |
pull_request_target: | |
types: [opened, edited, reopened, ready_for_review, labeled, unlabeled, synchronize] | |
jobs: | |
label: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pmalek-sumo/[email protected] | |
with: | |
github-token: "${{ secrets.GITHUB_TOKEN }}" | |
invalid-labels: "do-not-merge/hold" | |
pull-request-number: "${{ github.event.pull_request.number }}" | |
pr-name: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: thehanimo/[email protected] | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
pass_on_octokit_error: false |