Skip to content

Instantly share code, notes, and snippets.

View TomerAdmon's full-sized avatar

Tomer Admon TomerAdmon

  • Tel Aviv, Israel
View GitHub Profile
@TomerAdmon
TomerAdmon / github_issues_to_csv.rb
Last active December 26, 2016 08:50 — forked from tkarpinski/github_issues_to_csv.rb
Exports Github issues to CSV (API v3)
require 'octokit'
require 'csv'
require 'date'
# Export Issue list from GitHub in a CSV form.
# mistone will be taken from the milestone column or will set to tentative is such label exist.
# the labels bug, technical, test plan needed and test plan ready will be set in the type column.
#GitHub credentials
USERNAME="USER"