mirror of
https://github.com/actions/stale.git
synced 2025-12-28 11:57:36 +08:00
The existing logic for `remove-stale-when-updated` only considers presence of comments, ignoring the value of `issueHasUpdate`. This commits fixes it so it follows the documented behaviour for that setting. Fixes #715