Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Update github_issues_to_csv.rb #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions github_issues_to_csv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
# All of these need to be filled out in order for it to work
=begin
OUTPUT_FILE = ""
USERNAME = "" # Put your GitHub username inside the quotes
PASSWORD = "" # Put your GitHub password inside the quotes
ORG = "" # Put your organization (or username if you have no org) name here
REPO = "" # Put the repository name here
USERNAME = "srinivasarv" # Put your GitHub username inside the quotes
PASSWORD = "vmoksha13" # Put your GitHub password inside the quotes
ORG = "srinivasarv" # Put your organization (or username if you have no org) name here
REPO = "BioMag.Mobile.Practitioner" # Put the repository name here
# Want to only get a single milestone? Put the milestone name in here:
TARGET_MILESTONE="" # keep this equal to "" if you want all milestones
TARGET_MILESTONE="Released for QA Team Internal Testing - App Version 5.3.6" # keep this equal to "" if you want all milestones
=end # END HARD-CODED SECTION


Expand Down