Should be able to parse a fediverse username (/@?\b([A-Z0-9._%+-]+)@([A-Z0-9.-]+\.[A-Z]{2,})/) as a link to their profile page (@liz@hackers.town --> https://hackers.town/@liz).
Should be able to parse a fediverse username (`/@?\b([A-Z0-9._%+-]+)@([A-Z0-9.-]+\.[A-Z]{2,})/`) as a link to their profile page (`@liz@hackers.town` --> `https://hackers.town/@liz`).
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.
Should be able to parse a fediverse username (
/@?\b([A-Z0-9._%+-]+)@([A-Z0-9.-]+\.[A-Z]{2,})/) as a link to their profile page (@liz@hackers.town-->https://hackers.town/@liz).