There is a new pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages increase-stale-limit https://github.com/void-linux/void-packages/pull/36699 ./github/workflows/stale.yml: increase operations limit By setting `ascending` to `true`, the most stale issues and PRs will be caught first. By increasing the operations limit from the default (30) to 100, more stale issues/PRs will be caught each run, increasing the speed of the burndown. This implements some of the suggestions from #36657 A patch file from https://github.com/void-linux/void-packages/pull/36699.patch is attached