From 1e3b3feda2514ecea593414bd600e3a00ce1e8e7 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 2 Oct 2024 09:55:41 +0200 Subject: [PATCH] Add `triagebot` config file This only enables issue transfers within the rust-lang org, since that is all we currently need/want. --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 triagebot.toml diff --git a/triagebot.toml b/triagebot.toml new file mode 100644 index 00000000000..f670fb00fde --- /dev/null +++ b/triagebot.toml @@ -0,0 +1,3 @@ +# Enable issue transfers within the org +# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html +[transfer]