MCPcopy Create free account
hub / github.com/github/gh-aw / getIssueIntentLabelNames

Function getIssueIntentLabelNames

actions/setup/js/issue_intents.cjs:127–129  ·  view source on GitHub ↗
(labelSpecs)

Source from the content-addressed store, hash-verified

125}
126
127function getIssueIntentLabelNames(labelSpecs) {
128 return labelSpecs.map(label => label.name);
129}
130
131function buildIssueIntentLabelUpdates(labelSpecs, labelIdByName) {
132 return labelSpecs.map(spec => {

Callers 1

executeIssueUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected