feat(actionsmetrics): Add owner and workflow_name labels to workflow job metrics (#2225)

This commit is contained in:
Hamish Forbes
2023-03-13 14:50:36 +13:00
committed by GitHub
parent af625dd1cb
commit bcaac39a2e
3 changed files with 38 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/reconcile"
"github.com/go-logr/logr"
gogithub "github.com/google/go-github/v47/github"
gogithub "github.com/google/go-github/v50/github"
ctrl "sigs.k8s.io/controller-runtime"
"github.com/actions/actions-runner-controller/github"