workflows/labels: use Node 24
This commit is contained in:
@@ -147,9 +147,8 @@ module.exports = async ({ github, context, core, dry }) => {
|
||||
).labels
|
||||
|
||||
Object.assign(prLabels, evalLabels, {
|
||||
'12.approved-by: package-maintainer': Array.from(maintainers).some(
|
||||
(m) => approvals.has(m),
|
||||
),
|
||||
'12.approved-by: package-maintainer':
|
||||
maintainers.intersection(approvals).size > 0,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user