mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-26 05:41:11 +08:00
Update label names used by bots (#11650)
This commit is contained in:
2
.github/renovate.json
vendored
2
.github/renovate.json
vendored
@@ -3,7 +3,7 @@
|
||||
"dependencyDashboard": true,
|
||||
"suppressNotifications": ["prEditedNotification"],
|
||||
"extends": ["config:base"],
|
||||
"labels": ["dependencies"],
|
||||
"labels": ["bot: dependencies"],
|
||||
"pre-commit": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
@@ -33,7 +33,7 @@ from termcolor import colored
|
||||
TYPESHED_OWNER = "python"
|
||||
TYPESHED_API_URL = f"https://api.github.com/repos/{TYPESHED_OWNER}/typeshed"
|
||||
|
||||
STUBSABOT_LABEL = "stubsabot"
|
||||
STUBSABOT_LABEL = "bot: stubsabot"
|
||||
|
||||
|
||||
class ActionLevel(enum.IntEnum):
|
||||
|
||||
Reference in New Issue
Block a user