diff --git a/.github/actions/eng-metrics/config.json b/.github/actions/eng-metrics/config.json index 0689f2c584..8895d989bd 100644 --- a/.github/actions/eng-metrics/config.json +++ b/.github/actions/eng-metrics/config.json @@ -1,7 +1,5 @@ { - "repositories": [ - "fleetdm/fleet" - ], + "repositories": ["fleetdm/fleet", "fleetdm/fleet-gitops"], "targetBranch": "main", "bigQueryDatasetId": "github_metrics", "lookbackDays": 5,