# If it looks like an explicit version, don't do anything funny
if[["$PATTERN"== v*.*.* ]];then
if[["$PATTERN"== v?*.?*.?* ]];then
VERSION="$PATTERN"
fi
# The default version is the current one
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.