ci/github-script/bot: fix infinite labeling cycle (#458184)

This commit is contained in:
Wolfgang Walther
2025-11-03 18:32:38 +00:00
committed by GitHub
+1 -1
View File
@@ -322,7 +322,7 @@ module.exports = async ({ github, context, core, dry }) => {
Object.assign(prLabels, evalLabels, {
'11.by: package-maintainer':
packages.length &&
Boolean(packages.length) &&
packages.every((pkg) =>
maintainers[pkg]?.includes(pull_request.user.id),
),