MCPcopy
hub / github.com/danger/danger-js / pullRequestID

Method pullRequestID

source/ci_source/providers/Surf.ts:30–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 get pullRequestID(): string {
31 const key = "SURF_PR_NUM"
32 return ensureEnvKeysAreInt(this.env, [key]) ? this.env[key] : ""
33 }
34
35 get repoSlug(): string {
36 return this.env["SURF_NWO"]

Callers

nothing calls this directly

Calls 1

ensureEnvKeysAreIntFunction · 0.90

Tested by

no test coverage detected