Skip to main content
Module

x/ci/utils/prNumber.ts

Get environment variables exposed by CI services
Very Popular
Latest
File
export default function prNumber(pr: string): string { return (/\d+(?!.*\d+)/.exec(pr) || [])[0];}