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

https://github.com/bmf-san/go-github-pull-request

This is a tool built with golang for gathering pull requests data.
https://github.com/bmf-san/go-github-pull-request

github golang

Last synced: 2 months ago
JSON representation

This is a tool built with golang for gathering pull requests data.

Awesome Lists containing this project

README

          

# go-github-pull-request
A tool to get the data of Pull Requests to which you are assigned and generate CSV.

# Get Started
`cp .env.example .env`
`make run`

# References
- [GitHub Developer - #list-pull-request](https://developer.github.com/enterprise/2.4/v3/pulls/#list-pull-requests)
- [google/go-github](https://github.com/google/go-github)