-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FLORA-412] GitHub repo funding information #428
base: development
Are you sure you want to change the base?
[FLORA-412] GitHub repo funding information #428
Conversation
…ing information has been implemented. This includes changes to data types, models and more. GitHub/Client.hs, parsing local GitHub access token and providing a way to fetch the Funding filehave been added. Now need to test the runServer call with the updated JobsRunnerEnv constructor.
543456b
to
9681a53
Compare
case mGithubToken of | ||
Nothing -> pure () |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In retrospect we should also perform such a check in fetchMetadataHandler so that we don't queue jobs for nothing in the absence of the GitHub Token
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will have a look at sorting this!
Proposed changes
Contributor checklist