mirror of
https://github.com/iptv-org/iptv
synced 2025-12-17 02:47:33 -05:00
Update scripts
This commit is contained in:
@@ -40,6 +40,8 @@ export class IssueParser {
|
||||
data.set(id, value)
|
||||
})
|
||||
|
||||
return new Issue({ number: issue.number, data })
|
||||
const labels = issue.labels.map(label => label.name)
|
||||
|
||||
return new Issue({ number: issue.number, labels, data })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user