Currently, the state file gets polluted by all the closed issues. The fix has two parts: 1. make sure that closed issues are always ignored 2. add a prune step at the start of each tick that removes all issues from the state file that are closed
Currently, the state file gets polluted by all the closed issues. The fix has two parts: