Configure triagebot to reopen bot PRs
diff --git a/triagebot.toml b/triagebot.toml
index c986249..27fdb67 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -28,3 +28,6 @@
 
 # Prevents mentions in commits to avoid users being spammed
 [no-mentions]
+
+# Automatically close and reopen PRs made by bots to run CI on them
+[bot-pull-requests]