Skip to content

Fix GitHub Importer

George Koltsov requested to merge georgekoltsov/fix-github-importer into master

What does this MR do and why?

Fix GitHub Importer. It's currently broken on .com for the same reason as !124589 (merged) and likely due to Rails upgrade. Client options hash became a hash of strings instead of symbols, which made oauth2 authentication not work as expected.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Vitali Tatarintev

Merge request reports