Searched defs:pull_number (Results 1 – 2 of 2) sorted by relevance
33 const pull_number = +options.pull; constant
46 … const inputPR = await gh.pulls.get({ owner: "Microsoft", repo: "TypeScript", pull_number: num }); property