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

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Ryan Omasta
2025-09-14 16:42:19 -06:00
parent 1b25416104
commit 4c6b9993e6

View File

@@ -263,6 +263,9 @@ module.exports = async ({ github, context, core, dry }) => {
'assigned',
'commented', // uses updated_at, because that could be > created_at
'committed', // uses committer.date
...(item.labels.some(({ name }) => name === '5.scope: tracking')
? ['cross-referenced']
: []),
'head_ref_force_pushed',
'milestoned',
'pinned',