An open API service indexing awesome lists of open source software.

https://github.com/imjaroiswebdev/github-repository-merged-prs-metrics

A little program to fetch and organize by month merged PRs of a specific repository
https://github.com/imjaroiswebdev/github-repository-merged-prs-metrics

Last synced: 10 months ago
JSON representation

A little program to fetch and organize by month merged PRs of a specific repository

Awesome Lists containing this project

README

          

# github pagerduty tf provider metrics prototyping project

## Requirements

* Env var `GHTOKEN`

## How to run the program...

For instance using PagerDuty's Terraform Provider [Github repository](https://github.com/PagerDuty/terraform-provider-pagerduty).

```sh
go run main.go PagerDuty 'terraform-provider-pagerduty'
```

### To output the result formatted as CSV file pass the flag `csv` at the end

```sh
go run main.go PagerDuty 'terraform-provider-pagerduty' csv
```