# Load positional args from config file, if needed
if [[ -n "$LOAD_CONFIG" ]]; then
if [[ -n "$LOAD_CONFIG" && $# -eq 0 ]]; then
for ((i=$# + 1; i<=${#LOADED_ARGS[@]}; i++)); do
((j=i-1))
((k=i+1))
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.