You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2023. It is now read-only.
Rather than always requiring users to create environment variables for everything, I would propose:
CSV_COLUMN_NUMBER_FOR_GITHUB_ID could default to 0
CSV_COLUMN_NUMBER_FOR_ALTERNATE_ID could default to 0
TIMEZONE could default to UTC
GITHUB_IMPORTANT_EVENTS could default to some reasonable list
This would make it easier for users to try running starfish the first time. It would also avoid the need for tests to set up a bunch of environment variables that aren't directly relevant to the tests themselves.