MCPcopy
hub / github.com/formatjs/formatjs / outputPullRequests

Function outputPullRequests

tools/release-please/run.ts:71–78  ·  view source on GitHub ↗
(pullRequests)

Source from the content-addressed store, hash-verified

69}
70
71function outputPullRequests(pullRequests) {
72 const created = pullRequests.filter(pullRequest => pullRequest)
73 setOutput('prs_created', created.length > 0)
74 if (created.length > 0) {
75 setOutput('pr', created[0])
76 setOutput('prs', JSON.stringify(created))
77 }
78}
79
80function registerFormatjsPlugin() {
81 registerPlugin('formatjs-bazel-workspace', options => {

Callers 1

mainFunction · 0.85

Calls 1

setOutputFunction · 0.85

Tested by

no test coverage detected