From 0e3bc7b2ad712d24a422b0527cfc42dd812039e2 Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:04:59 +0200 Subject: [PATCH 1/2] Update triagebot.toml --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 9491e06..cdef4f2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,6 +3,9 @@ trigger_labels = [ "bug" ] +[assign] +users_on_vacation = ["octocat"] + [autolabel."invalid"] new_issue = true From 79e6622dc8d8f69b86911469564a777e19fd67ab Mon Sep 17 00:00:00 2001 From: nora <48135649+Noratrieb@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:21:02 +0200 Subject: [PATCH 2/2] Update triagebot.toml --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index cdef4f2..32d0959 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -4,7 +4,7 @@ trigger_labels = [ ] [assign] -users_on_vacation = ["octocat"] +users_on_vacation = ["Noratrieb"] [autolabel."invalid"] new_issue = true