From c908f57b82252b638912064c75415f644a8fd303 Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Wed, 14 Aug 2024 17:40:01 +0200 Subject: [PATCH 1/3] Remove myself from review rotation --- triagebot.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 54a675ea..9900272f 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -4,13 +4,10 @@ contributing_url = "https://github.com/teloxide/teloxide/blob/master/CONTRIBUTIN [assign.adhoc_groups] # This is a special group that will be used if none of the `owners` entries matches. -fallback = ["@WaffleLapkin", "@Hirrolot"] +fallback = ["@Hirrolot"] [assign.owners] -"crates/teloxide-core" = ["@WaffleLapkin"] -"crates/teloxide-macros" = ["@WaffleLapkin"] "crates/teloxide" = ["@Hirrolot"] -".github" = ["@WaffleLapkin"] [autolabel."S-waiting-on-review"] From e55eeace63dfb7d3caff1702c777b2f4c8f40e1d Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Wed, 14 Aug 2024 17:42:11 +0200 Subject: [PATCH 2/3] remove myself from `parse-error.md` assignees --- .github/ISSUE_TEMPLATE/parse-error.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/parse-error.md b/.github/ISSUE_TEMPLATE/parse-error.md index 6a7b7766..332147b0 100644 --- a/.github/ISSUE_TEMPLATE/parse-error.md +++ b/.github/ISSUE_TEMPLATE/parse-error.md @@ -3,7 +3,6 @@ name: Parse error about: Report issue with `teloxide` parsing of telegram response title: 'Parse Error: ' labels: K-bug, FIXME, C-core -assignees: WaffleLapkin --- From 52982412481d7dab0241565fccf9bb2a27c78d6c Mon Sep 17 00:00:00 2001 From: Waffle Maybe Date: Wed, 14 Aug 2024 17:42:44 +0200 Subject: [PATCH 3/3] remove myself from `feature_request.md` assignees --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d46162ce..43e8b579 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: 'Feature Request: ' labels: K-feature-request -assignees: Hirrolot, WaffleLapkin +assignees: Hirrolot ---