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 --- 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 --- 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"]