Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8790024

Browse files
authored
Update label names used by bots (#11650)
1 parent 9102941 commit 8790024

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dependencyDashboard": true,
44
"suppressNotifications": ["prEditedNotification"],
55
"extends": ["config:base"],
6-
"labels": ["dependencies"],
6+
"labels": ["bot: dependencies"],
77
"pre-commit": {
88
"enabled": true
99
},

scripts/stubsabot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
TYPESHED_OWNER = "python"
3434
TYPESHED_API_URL = f"https://api.github.com/repos/{TYPESHED_OWNER}/typeshed"
3535

36-
STUBSABOT_LABEL = "stubsabot"
36+
STUBSABOT_LABEL = "bot: stubsabot"
3737

3838

3939
class ActionLevel(enum.IntEnum):

0 commit comments

Comments
 (0)