We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e3d12 commit 7294942Copy full SHA for 7294942
1 file changed
tools/get_release_contributors.py
@@ -35,7 +35,7 @@ class UnexpectedGithubStatus(RuntimeError):
35
36
37
# List of user names which should be ignored (such as bots):
38
-ignore_list = ['github-actions[bot]', 'imgbot[bot]', 'actions-bot', 'actions-user', 'ImgBotApp']
+ignore_list = ['github-actions[bot]', 'imgbot[bot]', 'actions-bot', 'actions-user', 'ImgBotApp', 'dependabot[bot]', 'weblate']
39
40
CHARSET = 'utf-8'
41
0 commit comments