We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be92b11 commit e47fe14Copy full SHA for e47fe14
lib/entitlements/service/github.rb
@@ -99,7 +99,10 @@ def org_members
99
# Returns true if the github instance is an enterprise server instance
100
Contract C::None => C::Bool
101
def enterprise?
102
- meta = octokit.github_meta
+ meta = Retryable.with_context(:default) do
103
+ octokit.github_meta
104
+ end
105
+
106
meta.key? :installed_version
107
end
108
0 commit comments