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
- Host: GitHub
- URL: https://github.com/imjaroiswebdev/github-repository-merged-prs-metrics
- Owner: imjaroiswebdev
- Created: 2023-06-21T01:02:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T01:25:30.000Z (about 2 years ago)
- Last Synced: 2025-03-23T22:18:39.980Z (about 1 year ago)
- Language: Go
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```