From 4159865873b87958ed95635a809095e836ce6e2b Mon Sep 17 00:00:00 2001 From: rskmm0chang Date: Thu, 5 Jun 2025 09:51:23 +0900 Subject: [PATCH] Fix comments for added labels in gha-runner-scale-set/values.yaml Signed-off-by: rskmm0chang --- charts/gha-runner-scale-set/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index e4be9717..d7e6dac9 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -131,7 +131,7 @@ githubConfigSecret: # counters: # gha_started_jobs_total: # labels: -# ["repository", "organization", "enterprise", "job_name", "event_name"] +# ["repository", "organization", "enterprise", "job_name", "event_name", "job_workflow_ref"] # gha_completed_jobs_total: # labels: # [ @@ -141,6 +141,7 @@ githubConfigSecret: # "job_name", # "event_name", # "job_result", +# "job_workflow_ref", # ] # gauges: # gha_assigned_jobs: