<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves https://github.com/fleetdm/fleet/security/dependabot/457 Successful job: https://github.com/fleetdm/fleet/actions/runs/22908799443
11 lines
328 B
YAML
11 lines
328 B
YAML
name: 'Engineering metrics collector'
|
|
description: 'Collects comprehensive GitHub engineering metrics including time to first review, time to merge, and GitHub Projects workflow metrics, then uploads them to BigQuery for analysis'
|
|
|
|
runs:
|
|
using: 'node24'
|
|
main: 'src/index.js'
|
|
|
|
branding:
|
|
icon: 'bar-chart-2'
|
|
color: 'blue'
|