From 56228169617832b9662a1ea969f1ece6046d5a99 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Thu, 31 Jul 2025 23:09:37 +0000 Subject: [PATCH] triagebot: Label `compiler-builtins` T-libs Changes to `compiler-builtins` don't currently get a `T-` label, but it is mostly managed by libs. Add the autolabel here. --- triagebot.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/triagebot.toml b/triagebot.toml index 168815465b614..912cf9f4d680c 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -355,6 +355,7 @@ trigger_labels = [ [autolabel."T-libs"] trigger_files = [ "library/alloc", + "library/compiler-builtins", "library/core", "library/panic_abort", "library/panic_unwind",