workflows/labels: label rebuilds immediately (#424583)

This commit is contained in:
Wolfgang Walther
2025-07-12 14:35:40 +00:00
committed by GitHub
+1 -1
View File
@@ -235,7 +235,7 @@ module.exports = async function ({ github, context, core, dry }) {
const itemLabels = {}
if (item.pull_request) {
if (item.pull_request || context.payload.pull_request) {
stats.prs++
Object.assign(itemLabels, await handlePullRequest(item))
} else {