DeveloperMetrics / deployment-frequency

A GitHub Action to roughly calculate DORA deployment frequency
MIT License
15 stars 8 forks source link

Need to add multiple repo in workflow to measure deployment frequency #59

Open sachinmane1983 opened 4 weeks ago

samsmithnz commented 4 weeks ago

I have been thinking about this one a lot lately. I do think it's a good one to prioritize.

sachinmane1983 commented 4 weeks ago

i have created this workflow using this action to measure deployment frequency for multiple repos `name: CI

on: push: branches: [ "main" ] pull_request: branches: [ "main" ] workflow_dispatch:

jobs: build: runs-on: ubuntu-latest steps: