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
[BUGFIX beta] Fix version with many special chars.
The current sanitizer regexp works well when there is a single invalid
character, but does not handle the case where multiple invalid chars are
present (e.g. with a branch name of
`__DESCRIPTOR__-something__something/special`).
0 commit comments