We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38aab60 commit 7c31f1dCopy full SHA for 7c31f1d
src/github/githubRepository.ts
@@ -1668,7 +1668,7 @@ export class GitHubRepository extends Disposable {
1668
});
1669
} catch (e) {
1670
// There's an issue with the GetChecks that can result in SAML errors.
1671
- if (isSamlError(e)) {
+ if (isSamlError(e) || this.remote.isEnterprise) {
1672
// There seems to be an issue with fetching status checks if you haven't SAML'd with every org you have
1673
// The issue is specifically with the CheckSuite property. Make the query again, but without that property.
1674
if (!captureUseFallbackChecks) {
0 commit comments