MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / isPullRequestCI

Function isPullRequestCI

docs/scripts/generate-docs.ts:155–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153
154
155function isPullRequestCI() {
156 return process.env.GITHUB_EVENT_NAME === "pull_request" || !!process.env.GITHUB_HEAD_REF;
157}
158
159
160(async () => {

Callers 1

generate-docs.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…