()
| 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"] |
nothing calls this directly
no test coverage detected