From ffeb325e09d9b5f2450f10cde8592ef8ffe2b922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Mon, 28 Jul 2025 19:24:45 +0200 Subject: [PATCH] Configure triagebot to reopen bot PRs --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index c9862495bc..27fdb67245 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -28,3 +28,6 @@ labels = ["has-merge-commits", "S-waiting-on-author"] # 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]