Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9102941 commit 8790024Copy full SHA for 8790024
2 files changed
.github/renovate.json
@@ -3,7 +3,7 @@
3
"dependencyDashboard": true,
4
"suppressNotifications": ["prEditedNotification"],
5
"extends": ["config:base"],
6
- "labels": ["dependencies"],
+ "labels": ["bot: dependencies"],
7
"pre-commit": {
8
"enabled": true
9
},
scripts/stubsabot.py
@@ -33,7 +33,7 @@
33
TYPESHED_OWNER = "python"
34
TYPESHED_API_URL = f"https://api.github.com/repos/{TYPESHED_OWNER}/typeshed"
35
36
-STUBSABOT_LABEL = "stubsabot"
+STUBSABOT_LABEL = "bot: stubsabot"
37
38
39
class ActionLevel(enum.IntEnum):
0 commit comments