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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user