# Pull off the `debug` leaving passed call augmentation flags in $1
shift
if [[ "${1}" == "-a" ]]; then
if [[ "$@" == *"-a"* ]]; then
automated="true"
fi
if [[ "${2}" == "-w" ]]; then
if [[ "$@" == *"-w"* ]]; then
web="true"
fi
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.