New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/issues/36657#issuecomment-1099723238 Comment: > Also there seems is another issue with the action - it doesn't count PR review comments as updates for the action, example https://github.com/void-linux/void-packages/pull/34884. That PR got marked Stale, received a review, and the next day the action saw the changes, but didn't count them as comments and left the Stale label. Thus it seems, only real comments are counted. this looks like a bug to me. The github API shows it was updated after the stale label was added (it's the time paper added their review comments): ``` $ gh pr view --json updatedAt 34884 { "updatedAt": "2022-04-10T11:45:44Z" } ```