mirror of
https://gitea.com/actions/stale.git
synced 2026-07-18 03:24:10 +00:00
29e800e1c8
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