# Print a list of all recipients listed in .gpg-id
# shellcheck disable=SC2002
cat "${VNS_STORE}/.gpg-id" | while read -r recipient; do
echo "-r"
echo "$recipient"
done
sed 's/^/-r /' "$VNS_STORE/.gpg-id"
}
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.