fabric8-changelog
is a CLI utility to query GitHub (using GraphQL API) and ZenHub to:
-
list all pull requests that were merged since the date passed with the
since
argument in the command. -
list all issues in the
In Progress
andReview/QA
pipelines on ZenHub
Example:
go run main.go --since 2019-01-09 --output tmp
You’ll need the following environment variables to access GitHub and ZenHub: GITHUB_TOKEN
and ZENHUB_TOKEN
.