You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve: Add hint about making GitHub org membership public in error messages
When users try to publish to a GitHub organization but don't have permission,
the error message now includes a helpful hint suggesting they may need to make
their organization membership public in GitHub settings.
This addresses the issue where users couldn't understand why they were unable
to publish servers from organization repositories, even when they were members
of the organization.
Fixes#398
Co-authored-by: adam jones <[email protected]>
errorMsg+=". If you're trying to publish to a GitHub organization, you may need to make your membership of the '"+orgName+"' organization public in your GitHub settings"
105
+
}
106
+
}
107
+
}
108
+
}
109
+
87
110
returnerrorMsg
88
111
}
112
+
113
+
// extractGitHubOrgName extracts the organization name from a GitHub namespace
0 commit comments