Merge pull request #1130 from teloxide/time-to-move-on

I'm stepping down as a maintainer
This commit is contained in:
Waffle Maybe 2024-08-14 20:09:14 +00:00 committed by GitHub
commit e96a6a5ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 6 deletions

View file

@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: 'Feature Request: <feature>'
labels: K-feature-request
assignees: Hirrolot, WaffleLapkin
assignees: Hirrolot
---

View file

@ -3,7 +3,6 @@ name: Parse error
about: Report issue with `teloxide` parsing of telegram response
title: 'Parse Error: <type or error description>'
labels: K-bug, FIXME, C-core
assignees: WaffleLapkin
---

View file

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