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.
- Host: GitHub
- URL: https://github.com/bmf-san/go-github-pull-request
- Owner: bmf-san
- License: mit
- Created: 2019-03-19T00:41:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T22:36:11.000Z (over 3 years ago)
- Last Synced: 2025-03-27T14:53:19.776Z (over 1 year ago)
- Topics: github, golang
- Language: Go
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)