mirror of
https://github.com/actions/stale.git
synced 2026-01-04 14:28:18 +00: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