From d9e1e64dc6d832195e3c78e0ad2e061b90759ac4 Mon Sep 17 00:00:00 2001 From: gitulisca <107976350+gitulisca@users.noreply.github.com> Date: Thu, 29 Sep 2022 21:32:38 +1000 Subject: [PATCH] Fix repositoryNames in workflow runs queued based HRA example (#1873) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c68ff9f6..943c7d05 100644 --- a/README.md +++ b/README.md @@ -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**