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
// In GitHub Enterprise, admins are permitted to have `_`
649
+
// in their usernames. This is janky, but much better
650
+
// than changing the username format globally.
651
+
username:=ghUser.GetLogin()
652
+
ifstrings.Contains(username, "_") {
653
+
api.Logger.Warn(ctx, "login associates a github username that contains underscores. underscores are not permitted in usernames, replacing with `-`", slog.F("username", username))
0 commit comments