Decrease backlog cleanup inactivity threshold (#77288)
authorEirik Tsarpalis <eirik.tsarpalis@gmail.com>
Wed, 26 Oct 2022 16:56:52 +0000 (17:56 +0100)
committerGitHub <noreply@github.com>
Wed, 26 Oct 2022 16:56:52 +0000 (17:56 +0100)
Decreases the inactivity threshold for `backlog-cleanup-candidate` automation from 5 years to 4.5 years. This change will directly impact [approximately 100 inactive issues in our backlog](https://issuesof.net/?q=repo%3Aruntime%20is%3Aopen%20is%3Aissue%20updated%3A%3C2018-04-20).

.github/fabricbot.json

index cdace3b..1259ce6 100644 (file)
         {
           "name": "noActivitySince",
           "parameters": {
-            "days": 1827
+            "days": 1644
           }
         },
         {
       }
     }
   }
-]
\ No newline at end of file
+]