There are actions that are performed on issues labeled with e.g. needs more info and are performed if there has been some amount of time with no activity on that issue.
A cronjob can run once a day, retrieve issues via github api and check for those that need action, which is then performed.
There are actions that are performed on issues labeled with e.g.
needs more infoand are performed if there has been some amount of time with no activity on that issue.A cronjob can run once a day, retrieve issues via github api and check for those that need action, which is then performed.