It might be a good idea to add the Stale Bot to close issues and pulls that do not receive any activity for a certain period instead of doing it manually once in a while. The timeout in this PR is configured to be 6 months.
How it works After a period of inactivity, a label will be applied to mark an issue as stale, and optionally post a comment to notify contributors that the Issue or Pull Request will be closed.
If the Issue or Pull Request is updated, or anyone comments, then the stale label is removed.
If no more activity occurs, the Issue or Pull Request will be automatically closed with an optional comment.
This could also help revive old pulls/issues that were forgotten by receiving the notification from the bot.
Note: Merging the PR is not sufficient to activate the bot, it needs to be activated by maintainers here. See also https://github.com/probot/stale#usage.