cloudflare-docs/bin/show-changed-files/constants.ts

5 lines
304 B
TypeScript

export const GITHUB_ACTIONS_BOT_ID = 41898282;
export const DOCS_BASE_URL = "https://developers.cloudflare.com";
export const CONTENT_BASE_PATH = "src/content";
export const EXISTING_COMMENT_SUBSTRING = "| Original Link | Updated Link |";
export const PREVIEW_URL_REGEX = /^\*\*Preview URL:\*\* (.*)$/m;