Fix repositoryNames in workflow runs queued based HRA example (#1873)

This commit is contained in:
gitulisca 2022-09-29 21:32:38 +10:00 committed by GitHub
parent 3c4ab2d479
commit d9e1e64dc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -617,7 +617,8 @@ spec:
metrics:
- type: TotalNumberOfQueuedAndInProgressWorkflowRuns
repositoryNames:
- example/myrepo
# A repository name is the REPO part of `github.com/OWNER/REPO`
- myrepo
```
**PercentageRunnersBusy**