Add core/_debuginfo.py to labeler configuration (#5797)

This commit is contained in:
Kreusada Lavranocoyaskalas 2022-10-13 12:36:42 +01:00 committed by GitHub
parent fcbe37b956
commit a82c08c9d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.github/labeler.yml vendored
View File

@ -22,6 +22,7 @@
# Source # Source
- redbot/* - redbot/*
- redbot/core/__init__.py - redbot/core/__init__.py
- redbot/core/_debuginfo.py
- redbot/core/_diagnoser.py - redbot/core/_diagnoser.py
- redbot/core/_sharedlibdeprecation.py - redbot/core/_sharedlibdeprecation.py
- redbot/core/bot.py - redbot/core/bot.py