ci/github-script/labels: don't add stale if issue was mentioned (#443016)

authored by Wolfgang Walther and committed by GitHub 434ed09b 1e0d3825

+3
+3
ci/github-script/labels.js
··· 263 263 'assigned', 264 264 'commented', // uses updated_at, because that could be > created_at 265 265 'committed', // uses committer.date 266 + ...(item.labels.some(({ name }) => name === '5.scope: tracking') 267 + ? ['cross-referenced'] 268 + : []), 266 269 'head_ref_force_pushed', 267 270 'milestoned', 268 271 'pinned',