Files
AFFiNE-Mirror/blocksuite/affine/blocks/block-embed/src/embed-github-block/embed-github-model.ts
T
2025-03-08 12:00:34 +08:00

3 lines
124 B
TypeScript

export const githubUrlRegex: RegExp =
/^(?:https?:\/\/)?(?:www\.)?github\.com\/([^/]+)\/([^/]+)\/(issue|pull)s?\/(\d+)$/;