version_lt(){[["$(printf'%s\n%s\n'"$1""$2"| sort -V | head -n1)" !="$2"]];}
version_lt(){[["$(printf'%s\n%s\n'"$1""$2"| sort -V | head -n1)"=="$1"&&"$1" !="$2"]];}
should_check_now(){
now=$(date +%s)
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.