about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@users.noreply.github.com>2024-01-24 10:40:35 +0100
committerGitHub <noreply@github.com>2024-01-24 10:40:35 +0100
commitdb4cf5d88b414ebd65653ed42168628e86c46498 (patch)
treee85077bc6827f26a3020ec373489fd90125a740b
parenteabfe455ec65e19218a3381189cc78665fb7b81e (diff)
downloadrust-db4cf5d88b414ebd65653ed42168628e86c46498.tar.gz
rust-db4cf5d88b414ebd65653ed42168628e86c46498.zip
Add @davidtwco to debuginfo group in triage.toml
Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
-rw-r--r--triagebot.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index 8fd457468e8..264f6efd982 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -741,6 +741,7 @@ ast_lowering = [
 ]
 debuginfo = [
     "@michaelwoerister",
+    "@davidtwco"
 ]
 fallback = [
     "@Mark-Simulacrum"