Update label names used by bots (#11650)

This commit is contained in:
Sebastian Rittau
2024-03-23 12:20:36 +01:00
committed by GitHub
parent 9102941997
commit 87900248b0
2 changed files with 2 additions and 2 deletions

View File

@@ -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):