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 12a97835bb
commit 3afe4061f7
@@ -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'
});
}
}