-
Notifications
You must be signed in to change notification settings - Fork 329
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
Tolerate other GitHub variants when retrieving feature flags from GitHub API #2567
Conversation
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.
Nice. I didn't realize it was so easy. This looks like the right fix.
Before merging, can you do a quick check throughout the code to see if there's any other place we're missing GHE_DOTCOM
?
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.
Thanks Fotis!
20d41c3
…uesting feature flags
20d41c3
to
6511785
Compare
Co-authored-by: Henry Mercer <[email protected]>
e4e89f5
to
fddb49d
Compare
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.
Thanks for adding the test!
Description
This PR introduces the capability to the GitHub API handler to tolerate other GitHub variants when retrieving feature flags.
Merge / deployment checklist