mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-24 13:58:50 +08:00
3 lines
124 B
TypeScript
3 lines
124 B
TypeScript
export const githubUrlRegex: RegExp =
|
|
/^(?:https?:\/\/)?(?:www\.)?github\.com\/([^/]+)\/([^/]+)\/(issue|pull)s?\/(\d+)$/;
|