gavinr / github-csv-tools

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

BREAKING CHANGE: Matching import and export script name for body #39

Closed aijamalnk closed 3 years ago

aijamalnk commented 3 years ago

The export script calls this column "body", but import expects a "description"

aijamalnk commented 3 years ago

r: @gavinr Happy to fix the commit message if the code makes sense to you

gavinr commented 3 years ago

I think it should pick it up from the PR title. If you could, please change "description" to "body" in /test/*.csv too. thanks!