gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
650 stars 116 forks source link

Support for exporting state_reason as a part default attribute. #120

Open chiragvidani opened 3 months ago

chiragvidani commented 3 months ago

With this pull request, I am trying to provide the support of state_reason as a part of the default attribute when exporting issues in .csv file.

Also, updated the readme file for the change.

This PR fixes #119