chore: add closing reason to stale bug workflow (#14861)

This commit is contained in:
Gal Zahavi
2025-12-09 15:13:42 -08:00
committed by GitHub
parent aced401071
commit d90356e8a3

View File

@@ -142,7 +142,8 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: issue.number,
state: 'closed'
state: 'closed',
state_reason: 'not_planned'
});
}
}